Procore.Model.Checklist (procore_sdk v0.3.0)

Summary

Types

@type t() :: %Procore.Model.Checklist{
  attachments: [Procore.Model.ChecklistInspectionAttachment.t()] | nil,
  closed_at: DateTime.t() | nil,
  closed_by: Procore.Model.ChecklistClosedBy.t() | nil,
  closed_observations_count: integer() | 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,
  deleted: boolean() | 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,
  inspected_item_count: integer() | nil,
  inspection_date: Date.t() | nil,
  inspection_type: Procore.Model.InspectionType1.t() | nil,
  inspectors:
    [
      Procore.Model.RestV10ProjectsProjectIdChecklistListTemplatesPost201ResponseAllOfCreatedBy.t()
    ]
    | nil,
  item_count: integer() | nil,
  list_template_id: integer() | nil,
  list_template_name: String.t() | nil,
  location: Procore.Model.Location8.t() | nil,
  managed_equipment_id: integer() | nil,
  name: String.t() | nil,
  neutral_item_count: integer() | nil,
  not_applicable_item_count: integer() | nil,
  number: integer() | nil,
  observations_count: integer() | nil,
  overdue: boolean() | nil,
  point_of_contact: Procore.Model.ChecklistClosedBy.t() | nil,
  private: boolean() | nil,
  respondable_item_count: integer() | nil,
  responsible_contractor:
    Procore.Model.ChecklistResponsibleContractor.t() | nil,
  signature_requests: [Procore.Model.ChecklistSignatureRequest.t()] | nil,
  specification_section: Procore.Model.ChecklistSpecificationSection.t() | nil,
  status: String.t() | nil,
  template_id: integer() | nil,
  trade: Procore.Model.Trade.t() | nil,
  updated_at: DateTime.t() | nil
}

Functions