Procore.Model.ChecklistSectionItem (procore_sdk v0.3.0)

Summary

Types

@type t() :: %Procore.Model.ChecklistSectionItem{
  attachment_histories:
    [Procore.Model.ChecklistSectionItemAttachmentHistoriesInner.t()] | nil,
  attachments:
    [Procore.Model.ChecklistSectionItemAttachmentHistoriesInner.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.ChecklistSectionItemObservationsInner.t()] | nil,
  origin_id: integer() | nil,
  position: integer() | nil,
  responded_with: String.t() | nil,
  response: Procore.Model.ChecklistResponse.t() | nil,
  response_set: Procore.Model.ChecklistSectionItemResponseSet.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
}

Functions