Procore.Model.RestV10CustomFieldDefinitionsGet200Response (procore_sdk v0.3.0)

Summary

Types

@type t() :: %Procore.Model.RestV10CustomFieldDefinitionsGet200Response{
  active: boolean() | nil,
  company_id: integer() | nil,
  configurable_field_sets_count: integer() | nil,
  custom_field_lov_entries: [Procore.Model.CustomFieldLovEntry.t()] | nil,
  data_type: String.t() | nil,
  default_value: String.t() | nil,
  description: String.t() | nil,
  id: integer() | nil,
  label: String.t() | nil,
  variant: String.t() | nil
}

Functions