Procore.Model.Observation (procore_sdk v0.3.0)

Item object

Summary

Types

@type t() :: %Procore.Model.Observation{
  assignee_id: integer() | nil,
  checklist_item_id: integer() | nil,
  contributing_behavior_id: integer() | nil,
  contributing_condition_id: integer() | nil,
  coordination_issue_id: integer() | nil,
  created_by_id: integer() | nil,
  "custom_field_%{custom_field_definition_id}":
    Procore.Model.WorkOrderContractCustomFieldCustomFieldDefinitionId.t() | nil,
  description: String.t() | nil,
  distribution_member_ids: [integer()] | nil,
  document_management_document_revision_ids: [String.t()] | nil,
  drawing_revision_ids: [integer()] | nil,
  due_date: Date.t() | nil,
  file_version_ids: [integer()] | nil,
  form_ids: [integer()] | nil,
  hazard_id: integer() | nil,
  image_ids: [integer()] | nil,
  incident_action_id: integer() | nil,
  location_id: integer() | nil,
  mt_location: [String.t()] | nil,
  name: String.t(),
  number: integer() | nil,
  personal: boolean() | nil,
  priority: String.t() | nil,
  specification_section_id: integer() | nil,
  status: String.t() | nil,
  trade_id: integer() | nil,
  type_id: integer(),
  upload_ids: [String.t()] | nil
}

Functions