Class EnumTypeOptions (0.7.7)

EnumTypeOptions(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Configurations for an enum/categorical property.

Attributes

NameDescription
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.