Procore.Model.Office1 (procore_sdk v0.3.0)

Office

Summary

Types

@type t() :: %Procore.Model.Office1{
  address: String.t() | nil,
  city: String.t() | nil,
  country_code: String.t() | nil,
  division: String.t() | nil,
  fax: String.t() | nil,
  id: integer() | nil,
  logo:
    Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet200ResponseInnerAttachmentsInner.t()
    | nil,
  name: String.t() | nil,
  phone: String.t() | nil,
  state_code: String.t() | nil,
  zip: String.t() | nil
}

Functions