Class IntegerRange (0.2.1)

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

Represents an integer value range.

Attributes

NameDescription
start int
Start of the range (inclusive)
end int
End of the range (exclusive)

Inheritance

builtins.object > proto.message.Message > IntegerRange