Class Interval (1.8.2)

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

Attributes

NameDescription
min_ int
A minimum acceptable load. Must be ≥ 0. If they're both specified, min must be ≤ max.
max_ int
A maximum acceptable load. Must be ≥ 0. If unspecified, the maximum load is unrestricted by this message. If they're both specified, min must be ≤ max. This field is a member of oneof_ _max.