Class EnumValue (0.1.0)

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

Represents the string value of the enum field.

Attribute

NameDescription
value str
String value of the enum field. This must match defined set of enums in document schema using EnumTypeOptions.

Inheritance

builtins.object > proto.message.Message > EnumValue