DashboardGeospatialGradientColorArgs

data class DashboardGeospatialGradientColorArgs(val defaultOpacity: Output<Double>? = null, val nullDataSettings: Output<DashboardGeospatialNullDataSettingsArgs>? = null, val nullDataVisibility: Output<DashboardVisibility>? = null, val stepColors: Output<List<DashboardGeospatialGradientStepColorArgs>>) : ConvertibleToJava<DashboardGeospatialGradientColorArgs>

Constructors

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

Properties

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

The default opacity for the gradient color.

Link copied to clipboard

The null data visualization settings.

Link copied to clipboard

The state of visibility for null data.

Link copied to clipboard

A list of gradient step colors for the gradient.

Functions

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