Procore.Model.Project (procore_sdk v0.3.0)

Project

Summary

Types

@type t() :: %Procore.Model.Project{
  address: String.t() | nil,
  city: String.t() | nil,
  country_code: String.t() | nil,
  country_name: String.t() | nil,
  county: String.t() | nil,
  fax: String.t() | nil,
  id: integer() | nil,
  logo_url: String.t() | nil,
  phone: String.t() | nil,
  state_code: String.t() | nil,
  state_name: String.t() | nil,
  time_zone: String.t() | nil,
  time_zone_name: String.t() | nil,
  zip: String.t() | nil
}

Functions