GatewayRouteSpecHttp2RouteMatchHeaderMatchRangeArgs

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

Constructors

constructor(end: Output<Int>, start: Output<Int>)

Properties

Link copied to clipboard
val end: Output<Int>

End of the range.

Link copied to clipboard
val start: Output<Int>

Start of the range.

Functions

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