Name | Type | Description | Notes |
---|---|---|---|
is_deleted | BOOLEAN | "true" deletes the field from the schema and its value is removed from all objects. Use with caution. | [optional] |
label | String | The label is used to display the field | |
last_modified | String | The last modification timestamp of the field schema. <br>The timestamp should be in the ISO-8601 format without milliseconds e.g., "2020-12-17T13:45:01Z" | [optional] |
name | String | <b>Deprecated</b>. Please use uniqueName | [optional] |
ordered_value_list | Array<String> | Required for fields of type PICKLIST. Provides the list of available values for the field | [optional] |
reference_to | String | Required for field of type REFERENCE. Defines the type of object referred to by this field. Must be one of "ACCOUNT", "CONTACT", "DEAL", "LEAD" or "USER" | [optional] |
type | String | The field type (case-sensitive). See the <b>Supported Field Types</b> table. | |
unique_name | String | The unique name of the field in the CRM system |