DashboardGeospatialColorArgs

data class DashboardGeospatialColorArgs(val categorical: Output<DashboardGeospatialCategoricalColorArgs>? = null, val gradient: Output<DashboardGeospatialGradientColorArgs>? = null, val solid: Output<DashboardGeospatialSolidColorArgs>? = null) : ConvertibleToJava<DashboardGeospatialColorArgs>

Constructors

Link copied to clipboard
constructor(categorical: Output<DashboardGeospatialCategoricalColorArgs>? = null, gradient: Output<DashboardGeospatialGradientColorArgs>? = null, solid: Output<DashboardGeospatialSolidColorArgs>? = null)

Properties

Link copied to clipboard

The visualization properties for the categorical color.

Link copied to clipboard

The visualization properties for the gradient color.

Link copied to clipboard

The visualization properties for the solid color.

Functions

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