DashboardGeospatialCategoricalDataColorArgs

data class DashboardGeospatialCategoricalDataColorArgs(val color: Output<String>, val dataValue: Output<String>) : ConvertibleToJava<DashboardGeospatialCategoricalDataColorArgs>

Constructors

constructor(color: Output<String>, dataValue: Output<String>)

Properties

Link copied to clipboard
val color: Output<String>

The color and opacity values for the category data color.

Link copied to clipboard
val dataValue: Output<String>

The data value for the category data color.

Functions

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