pulumi-google-native-kotlin
0.31.1.1
pulumi-google-native-kotlin
/
com.pulumi.googlenative.networkservices.v1.kotlin.outputs
/
HttpRouteHeaderMatchIntegerRangeResponse
Http
Route
Header
Match
Integer
Range
Response
data
class
HttpRouteHeaderMatchIntegerRangeResponse
(
val
end
:
Int
,
val
start
:
Int
)
Represents an integer value range.
Types
Constructors
Properties
Constructors
Http
Route
Header
Match
Integer
Range
Response
Link copied to clipboard
fun
HttpRouteHeaderMatchIntegerRangeResponse
(
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)