Procore.Model.ChecklistListGroupedData (procore_sdk v0.3.0)

Summary

Types

@type t() :: %Procore.Model.ChecklistListGroupedData{
  closed_at: DateTime.t() | nil,
  closed_by: Procore.Model.PunchItem6CreatedBy.t() | nil,
  closed_observations_count: integer() | nil,
  conforming_item_count: integer() | nil,
  created_at: DateTime.t() | nil,
  created_by: Procore.Model.PunchItem6CreatedBy.t() | nil,
  custom_fields:
    Procore.Model.RestV11ProjectsProjectIdRecycleBinIncidentsWitnessStatementsGet200ResponseInnerCustomFields.t()
    | nil,
  default_response_phrasing:
    Procore.Model.Checklist5DefaultResponsePhrasing.t() | nil,
  deficient_item_count: integer() | nil,
  deleted: boolean() | nil,
  description: String.t() | nil,
  distribution_members: [Procore.Model.PunchItem6CreatedBy.t()] | nil,
  due_at: DateTime.t() | nil,
  id: integer() | nil,
  inspected_item_count: integer() | nil,
  inspection_date: Date.t() | nil,
  inspection_type: Procore.Model.InspectionType2.t() | nil,
  inspectors: [Procore.Model.PunchItem6CreatedBy.t()] | nil,
  item_count: integer() | nil,
  list_template_id: integer() | nil,
  list_template_name: String.t() | nil,
  location: Procore.Model.Location1.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,
  permissions: Procore.Model.ChecklistListGroupedDataPermissions.t() | nil,
  point_of_contact: Procore.Model.PunchItem6CreatedBy.t() | nil,
  private: boolean() | nil,
  responsible_contractor:
    Procore.Model.ChecklistListGroupedDataResponsibleContractor.t() | nil,
  signature_requests: [Procore.Model.ChecklistSignatureRequest.t()] | nil,
  specification_section: Procore.Model.Checklist5SpecificationSection.t() | nil,
  status: String.t() | nil,
  template_id: integer() | nil,
  trade: Procore.Model.Trade.t() | nil,
  updated_at: DateTime.t() | nil
}

Functions