Procore.Model.Instruction (procore_sdk v0.3.0)

Summary

Types

@type t() :: %Procore.Model.Instruction{
  attachments: [String.t()] | nil,
  attention_ids: [integer()] | nil,
  cost_impact: Procore.Model.InstructionCostImpact.t() | nil,
  date_received: Date.t() | nil,
  description: String.t() | nil,
  distribution_member_ids: [integer()] | nil,
  instruction_from_id: integer() | nil,
  instruction_type_id: integer(),
  number: String.t() | nil,
  private: boolean() | nil,
  schedule_impact: Procore.Model.InstructionScheduleImpact.t() | nil,
  status: String.t(),
  title: String.t(),
  trade_ids: [integer()] | nil,
  upload_ids: [String.t()] | nil
}

Functions