Dashboard Color Scale Args
data class DashboardColorScaleArgs(val colorFillType: Output<DashboardColorFillType>, val colors: Output<List<DashboardDataColorArgs>>, val nullValueColor: Output<DashboardDataColorArgs>? = null) : ConvertibleToJava<DashboardColorScaleArgs>
Constructors
Link copied to clipboard
constructor(colorFillType: Output<DashboardColorFillType>, colors: Output<List<DashboardDataColorArgs>>, nullValueColor: Output<DashboardDataColorArgs>? = null)