Represents a dropdown value.
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] |