pulumi-google-native-kotlin
0.31.1.0
pulumi-google-native-kotlin
/
com.pulumi.googlenative.monitoring.v1.kotlin.outputs
/
AxisResponse
Axis
Response
data
class
AxisResponse
(
val
label
:
String
,
val
scale
:
String
)
A chart axis.
Types
Constructors
Properties
Constructors
Axis
Response
Link copied to clipboard
fun
AxisResponse
(
label
:
String
,
scale
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
label
Link copied to clipboard
val
label
:
String
The label of the axis.
scale
Link copied to clipboard
val
scale
:
String
The axis scale. By default, a linear scale is used.