Interface CustomFieldEnumValue

Hierarchy

  • CustomFieldEnumValue

Properties

color_key?: string

A color key associated with this CustomFieldEnumValue.

enabled: boolean

When true, the CustomFieldEnumValue can be selected for the CustomField.

entity_type: "custom-field-enum-value"

A string description of this resource.

id: string

The unique public ID for the Custom Field.

Format

uuid

position: number

An integer indicating the position of this Value with respect to the other CustomFieldEnumValues in the enumeration.

Format

int64

value: string

A string value within the domain of this Custom Field.

Min Length

1

Max Length

63

Generated using TypeDoc