HttpRouteHeaderMatchIntegerRangeArgs

data class HttpRouteHeaderMatchIntegerRangeArgs(val end: Output<Int>? = null, val start: Output<Int>? = null) : ConvertibleToJava<HttpRouteHeaderMatchIntegerRangeArgs>

Represents an integer value range.

Constructors

Link copied to clipboard
fun HttpRouteHeaderMatchIntegerRangeArgs(end: Output<Int>? = null, start: Output<Int>? = null)

Functions

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

Properties

Link copied to clipboard
val end: Output<Int>? = null

End of the range (exclusive)

Link copied to clipboard
val start: Output<Int>? = null

Start of the range (inclusive)