pulumi-gcp-kotlin
6.67.0.0
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
)
Types
Constructors
Properties
Constructors
Http
Route
Rule
Match
Header
Range
Match
Link copied to clipboard
fun
HttpRouteRuleMatchHeaderRangeMatch
(
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).