Class Int64RangeMatch (0.2.1)

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

HttpRouteRuleMatch criteria for field values that must stay within the specified integer range.

Attributes

NameDescription
range_end str
The end of the range (exclusive) in signed long integer format.
range_start str
The start of the range (inclusive) in signed long integer format.