pulumi-google-native-kotlin
0.31.1.1
pulumi-google-native-kotlin
/
com.pulumi.googlenative.monitoring.v1.kotlin.inputs
/
AxisArgs
Axis
Args
data
class
AxisArgs
(
val
label
:
Output
<
String
>
?
=
null
,
val
scale
:
Output
<
AxisScale
>
?
=
null
)
:
ConvertibleToJava
<
AxisArgs
>
A chart axis.
Constructors
Functions
Properties
Constructors
Axis
Args
Link copied to clipboard
fun
AxisArgs
(
label
:
Output
<
String
>
?
=
null
,
scale
:
Output
<
AxisScale
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
AxisArgs
Properties
label
Link copied to clipboard
val
label
:
Output
<
String
>
?
=
null
The label of the axis.
scale
Link copied to clipboard
val
scale
:
Output
<
AxisScale
>
?
=
null
The axis scale. By default, a linear scale is used.