RouteSpecHttpRouteMatchHeaderMatchRangeArgs

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

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(): RouteSpecHttpRouteMatchHeaderMatchRangeArgs