Class IntegerRestrictions (0.3.10)

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

Restrictions on INTEGER type values.

Attributes

NameDescription
min_value google.protobuf.wrappers_pb2.Int64Value
The minimum value that can be specified, if applicable.
max_value google.protobuf.wrappers_pb2.Int64Value
The maximum value that can be specified, if applicable.