Procore.Model.ProjectOffice3 (procore_sdk v0.3.0)

Summary

Types

@type t() :: %Procore.Model.ProjectOffice3{
  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.RestV11ProjectsProjectIdDailyLogsWeatherLogsGet200ResponseInnerAttachmentsInner.t()
    | nil,
  name: String.t() | nil,
  phone: String.t() | nil,
  state_code: String.t() | nil,
  zip: String.t() | nil
}

Functions