DashboardGeospatialCategoricalColorArgs

data class DashboardGeospatialCategoricalColorArgs(val categoryDataColors: Output<List<DashboardGeospatialCategoricalDataColorArgs>>, val defaultOpacity: Output<Double>? = null, val nullDataSettings: Output<DashboardGeospatialNullDataSettingsArgs>? = null, val nullDataVisibility: Output<DashboardVisibility>? = null) : ConvertibleToJava<DashboardGeospatialCategoricalColorArgs>

Constructors

Link copied to clipboard
constructor(categoryDataColors: Output<List<DashboardGeospatialCategoricalDataColorArgs>>, defaultOpacity: Output<Double>? = null, nullDataSettings: Output<DashboardGeospatialNullDataSettingsArgs>? = null, nullDataVisibility: Output<DashboardVisibility>? = null)

Properties

Link copied to clipboard

A list of categorical data colors for each category.

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

The default opacity of a categorical color.

Link copied to clipboard

The null data visualization settings.

Link copied to clipboard

The state of visibility for null data.

Functions

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