Procore.Model.CompanyInspectionTemplateItem (procore_sdk v0.3.0)

Summary

Types

@type t() :: %Procore.Model.CompanyInspectionTemplateItem{
  details: String.t() | nil,
  id: integer() | nil,
  name: String.t() | nil,
  position: integer() | nil,
  response_set: Procore.Model.ChecklistItemResponseSet2.t() | nil,
  section_id: integer() | nil,
  type: Procore.Model.CompanyInspectionTemplateItemType.t() | nil,
  updated_at: DateTime.t() | nil
}

Functions