Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdCustomFieldsGet200ResponseInner (procore_sdk v0.3.0)

Schema representing a single Custom Field.

Summary

Types

@type t() ::
  %Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdCustomFieldsGet200ResponseInner{
    can_filter: boolean() | nil,
    description: String.t() | nil,
    id: String.t() | nil,
    integration_only: boolean() | nil,
    name: String.t() | nil,
    on_people: boolean() | nil,
    on_projects: boolean() | nil,
    sort_by: String.t() | nil,
    type: String.t() | nil,
    values: [String.t()] | nil
  }

Functions