Office object
@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 }