HttpRouteRuleMatchHeaderRangeMatchArgs

data class HttpRouteRuleMatchHeaderRangeMatchArgs(val end: Output<Int>, val start: Output<Int>) : ConvertibleToJava<HttpRouteRuleMatchHeaderRangeMatchArgs>

Constructors

Link copied to clipboard
constructor(end: Output<Int>, start: Output<Int>)

Properties

Link copied to clipboard
val end: Output<Int>

End of the range (exclusive).

Link copied to clipboard
val start: Output<Int>

Start of the range (inclusive).

Functions

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