Class EnumValue (1.13.0)

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

Definition of Enumvalue (to be used by enum fields)

Attributes

NameDescription
index int
Required. Index for the enum. Cannot be modified.
name str
Required. Name of the enumvalue. This is the actual value that the aspect will contain.
deprecated str
Optional. Optional deprecation message to be set if an enum value needs to be deprecated.