Procore.Model.GenericToolItemsInner (procore_sdk v0.3.0)

Summary

Types

@type t() :: %Procore.Model.GenericToolItemsInner{
  assignee_ids: [integer()] | nil,
  cost_code_id: integer() | nil,
  cost_impact: String.t() | nil,
  due_date: Date.t() | nil,
  id: integer(),
  location_id: integer() | nil,
  private: boolean() | nil,
  received_from_id: integer() | nil,
  schedule_impact: String.t() | nil,
  specification_section_id: integer() | nil,
  status: String.t() | nil,
  sub_job_id: integer() | nil,
  task_ids: [integer()] | nil,
  trade_ids: [integer()] | nil
}

Functions