toggle menu
pulumi-gcp-kotlin
7.38.0.0
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.networkservices.kotlin.outputs
/
HttpRouteRuleMatchHeaderRangeMatch
Http
Route
Rule
Match
Header
Range
Match
data
class
HttpRouteRuleMatchHeaderRangeMatch
(
val
end
:
Int
,
val
start
:
Int
)
Members
Constructors
Http
Route
Rule
Match
Header
Range
Match
Link copied to clipboard
constructor
(
end
:
Int
,
start
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
end
Link copied to clipboard
val
end
:
Int
End of the range (exclusive).
start
Link copied to clipboard
val
start
:
Int
Start of the range (inclusive).