Procore.Model.ChecklistSectionItem1 (procore_sdk v0.3.0)

Summary

Types

@type t() :: %Procore.Model.ChecklistSectionItem1{
  attachment_histories:
    [Procore.Model.ChecklistSectionItem1AttachmentHistoriesInner.t()] | nil,
  attachments: [Procore.Model.ChecklistSectionItem1AttachmentsInner.t()] | nil,
  comments: [Procore.Model.ChecklistSectionItemCommentsInner.t()] | nil,
  details: String.t() | nil,
  histories: [Procore.Model.ChecklistSectionItemHistoriesInner.t()] | nil,
  id: integer() | nil,
  item_response: Procore.Model.ChecklistItemResponse.t() | nil,
  name: String.t() | nil,
  observations:
    [Procore.Model.ChecklistSectionItem1ObservationsInner.t()] | nil,
  origin_id: integer() | nil,
  position: integer() | nil,
  responded_with: String.t() | nil,
  response: Procore.Model.ChecklistResponse.t() | nil,
  response_set: Procore.Model.ChecklistSectionItem1ResponseSet.t() | nil,
  response_set_id: integer() | nil,
  response_type_id: integer() | nil,
  section_id: integer() | nil,
  status: String.t() | nil,
  template_item_id: integer() | nil,
  type: Procore.Model.ChecklistItemType.t() | nil,
  updated_at: DateTime.t() | nil
}

Functions