Procore.Model.CustomFieldDefinition (procore_sdk v0.3.0)

Summary

Types

@type t() :: %Procore.Model.CustomFieldDefinition{
  active: boolean() | nil,
  company_id: integer() | nil,
  configurable_field_sets_count: integer() | 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