DashboardDataColorArgs

data class DashboardDataColorArgs(val color: Output<String>? = null, val dataValue: Output<Double>? = null) : ConvertibleToJava<DashboardDataColorArgs>

Constructors

Link copied to clipboard
constructor(color: Output<String>? = null, dataValue: Output<Double>? = null)

Properties

Link copied to clipboard
val color: Output<String>? = null

The color that is applied to the data value.

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

The data value that the color is applied to.

Functions

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