Dashboard Axis Linear Scale Args
data class DashboardAxisLinearScaleArgs(val stepCount: Output<Double>? = null, val stepSize: Output<Double>? = null) : ConvertibleToJava<DashboardAxisLinearScaleArgs>
Constructors
Link copied to clipboard
fun DashboardAxisLinearScaleArgs(stepCount: Output<Double>? = null, stepSize: Output<Double>? = null)