Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.09 KB

HistoryReferenceCustomFieldEnumValue.md

File metadata and controls

19 lines (13 loc) · 1.09 KB

HistoryReferenceCustomFieldEnumValue

Properties

Name Type Description Notes
id Any The ID of the entity referenced. [default to nothing]
entity_type String The type of entity referenced. [default to nothing]
string_value String The custom-field enum value as a string. [default to nothing]
enum_value_enabled Bool Whether or not the custom-field enum value is enabled. [default to nothing]
field_id String The public-id of the parent custom-field of this enum value. [default to nothing]
field_type String The type variety of the parent custom-field of this enum value. [default to nothing]
field_name String The name as it is displayed to the user of the parent custom-field of this enum value. [default to nothing]
field_enabled Bool Whether or not the custom-field is enabled. [default to nothing]

[Back to Model list] [Back to API list] [Back to README]