Procore.Model.Checklist3 (procore_sdk v0.3.0)

Summary

Types

@type t() :: %Procore.Model.Checklist3{
  attachments: [Procore.Model.Checklist3AttachmentsInner.t()] | nil,
  closed_at: DateTime.t() | nil,
  closed_by: Procore.Model.ChecklistClosedBy.t() | nil,
  conforming_item_count: integer() | nil,
  created_at: DateTime.t() | nil,
  created_by:
    Procore.Model.RestV10ProjectsProjectIdChecklistListTemplatesPost201ResponseAllOfCreatedBy.t()
    | nil,
  current_drawing_revision_ids: [integer()] | nil,
  custom_fields:
    Procore.Model.RestV11ProjectsProjectIdRecycleBinIncidentsWitnessStatementsGet200ResponseInnerCustomFields.t()
    | nil,
  deficient_item_count: integer() | nil,
  description: String.t() | nil,
  distribution_members:
    [
      Procore.Model.RestV10ProjectsProjectIdChecklistListTemplatesPost201ResponseAllOfCreatedBy.t()
    ]
    | nil,
  drawing_ids: [integer()] | nil,
  due_at: DateTime.t() | nil,
  id: integer() | nil,
  identifier: String.t() | nil,
  inspection_date: Date.t() | nil,
  inspection_type: Procore.Model.InspectionType1.t() | nil,
  inspection_type_id: integer() | nil,
  inspectors:
    [
      Procore.Model.RestV10ProjectsProjectIdChecklistListTemplatesPost201ResponseAllOfCreatedBy.t()
    ]
    | nil,
  item_count: integer() | nil,
  item_total: integer() | nil,
  list_template_id: integer() | nil,
  list_template_name: String.t() | nil,
  location: Procore.Model.Location6.t() | nil,
  managed_equipment_id: integer() | nil,
  na_item_count: integer() | nil,
  name: String.t() | nil,
  neutral_item_count: integer() | nil,
  not_inspected_item_count: integer() | nil,
  number: integer() | nil,
  personal: boolean() | nil,
  response_set: Procore.Model.ChecklistDefaultResponseSet1.t() | nil,
  responsible_contractor:
    Procore.Model.Checklist3ResponsibleContractor.t() | nil,
  responsible_party: Procore.Model.ChecklistClosedBy.t() | nil,
  sections: [Procore.Model.ChecklistSection.t()] | nil,
  signature_requests: [Procore.Model.ChecklistSignatureRequest2.t()] | nil,
  specification_section: Procore.Model.Checklist3SpecificationSection.t() | nil,
  status: String.t() | nil,
  template_id: integer() | nil,
  trade: Procore.Model.Trade2.t() | nil,
  trade_id: integer() | nil,
  updated_at: DateTime.t() | nil,
  yes_item_count: integer() | nil
}

Functions