Int64RangeMatchArgs

data class Int64RangeMatchArgs(val rangeEnd: Output<String>? = null, val rangeStart: Output<String>? = null) : ConvertibleToJava<Int64RangeMatchArgs>

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

Constructors

Link copied to clipboard
fun Int64RangeMatchArgs(rangeEnd: Output<String>? = null, rangeStart: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): Int64RangeMatchArgs

Properties

Link copied to clipboard
val rangeEnd: Output<String>? = null

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

Link copied to clipboard
val rangeStart: Output<String>? = null

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