pulumi-google-native-kotlin
0.31.1.1
pulumi-google-native-kotlin
/
com.pulumi.googlenative.monitoring.v3.kotlin.outputs
/
GoogleMonitoringV3RangeResponse
Google
Monitoring
V3Range
Response
data
class
GoogleMonitoringV3RangeResponse
(
val
max
:
Double
,
val
min
:
Double
)
Range of numerical values within min and max.
Types
Constructors
Properties
Constructors
Google
Monitoring
V3Range
Response
Link copied to clipboard
fun
GoogleMonitoringV3RangeResponse
(
max
:
Double
,
min
:
Double
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
max
Link copied to clipboard
val
max
:
Double
Range maximum.
min
Link copied to clipboard
val
min
:
Double
Range minimum.