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