Class FieldType (2.0.0)

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

Attributes

NameDescription
primitive_type `.tags.FieldType.PrimitiveType`
Represents primitive types - string, bool etc.
enum_type `.tags.FieldType.EnumType`
Represents an enum type.

Inheritance

builtins.object > proto.message.Message > FieldType

Classes

EnumType

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