Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdGroupsGet200ResponseInner (procore_sdk v0.3.0)

Response schema for a single Group.

Summary

Types

@type t() ::
  %Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdGroupsGet200ResponseInner{
    address_1: String.t() | nil,
    address_2: String.t() | nil,
    city_town: String.t() | nil,
    color: String.t() | nil,
    contact_email: String.t() | nil,
    contact_name: String.t() | nil,
    contact_number: String.t() | nil,
    country: String.t() | nil,
    id: String.t() | nil,
    name: String.t() | nil,
    state_province: String.t() | nil,
    timezone: String.t() | nil,
    zipcode: String.t() | nil
  }

Functions