Procore.Model.Office2 (procore_sdk v0.3.0)

Office object

Summary

Types

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

Functions