IntRange(mapping=None, *, ignore_unknown_fields=False, **kwargs)Integer range type.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
start |
int
Start of the int range. This field is a member of oneof_ _start.
|
end |
int
End of the int range. This field is a member of oneof_ _end.
|