EnumTypeOptions(mapping=None, *, ignore_unknown_fields=False, **kwargs)Configurations for an enum/categorical property.
Attributes |
|
|---|---|
| Name | Description |
possible_values |
MutableSequence[str]
Required. List of possible enum values. |
validation_check_disabled |
bool
Make sure the Enum property value provided in the document is in the possile value list during document creation. The validation check runs by default. |