Procore.Model.Rfq1 (procore_sdk v0.3.0)

Summary

Types

@type t() :: %Procore.Model.Rfq1{
  assigned_id: integer() | nil,
  change_event_event_id: integer() | nil,
  cost_code_id: integer() | nil,
  description: String.t() | nil,
  due_date: Date.t() | nil,
  estimated_amount: float() | nil,
  estimated_schedule_impact: integer() | nil,
  estimated_status: String.t() | nil,
  location_id: integer() | nil,
  number: String.t() | nil,
  original_quote: float() | nil,
  private: boolean() | nil,
  prostore_file_ids: [integer()] | nil,
  spec_section_description: String.t() | nil,
  spec_section_number: String.t() | nil,
  specification_section_id: integer() | nil,
  status: String.t() | nil,
  title: String.t()
}

Functions