Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 614 Bytes

DropdownValue.md

File metadata and controls

14 lines (10 loc) · 614 Bytes

DropdownValue

Represents a dropdown value.

Properties

Name Type Description Notes
parents list[str] The list of parents. [optional]
id_as_string str Returns the id of the dropdown value. [optional]
text str The text. [optional]
id str The id of the dropdown value if it is possible to convert it to UUID. [optional]

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