Dashboard Geospatial Categorical Color Args
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)