DashboardAxisLinearScaleArgs

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)

Functions

Link copied to clipboard
open override fun toJava(): DashboardAxisLinearScaleArgs

Properties

Link copied to clipboard
val stepCount: Output<Double>? = null
Link copied to clipboard
val stepSize: Output<Double>? = null