Int64RangeMatchResponse

data class Int64RangeMatchResponse(val rangeEnd: String, val rangeStart: String)

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

Constructors

Link copied to clipboard
constructor(rangeEnd: String, rangeStart: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The end of the range (exclusive) in signed long integer format.

Link copied to clipboard

The start of the range (inclusive) in signed long integer format.