AnalysisGeospatialSolidColorArgs

data class AnalysisGeospatialSolidColorArgs(val color: Output<String>, val state: Output<AnalysisGeospatialColorState>? = null) : ConvertibleToJava<AnalysisGeospatialSolidColorArgs>

Describes the properties for a solid color

Constructors

Link copied to clipboard
constructor(color: Output<String>, state: Output<AnalysisGeospatialColorState>? = null)

Properties

Link copied to clipboard
val color: Output<String>

The color and opacity values for the color.

Link copied to clipboard
val state: Output<AnalysisGeospatialColorState>? = null

Enables and disables the view state of the color.

Functions

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