AnalysisGeospatialNullSymbolStyleArgs

data class AnalysisGeospatialNullSymbolStyleArgs(val fillColor: Output<String>? = null, val strokeColor: Output<String>? = null, val strokeWidth: Output<Double>? = null) : ConvertibleToJava<AnalysisGeospatialNullSymbolStyleArgs>

Constructors

Link copied to clipboard
constructor(fillColor: Output<String>? = null, strokeColor: Output<String>? = null, strokeWidth: Output<Double>? = null)

Properties

Link copied to clipboard
val fillColor: Output<String>? = null

The color and opacity values for the fill color.

Link copied to clipboard
val strokeColor: Output<String>? = null

The color and opacity values for the stroke color.

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

The width of the border stroke.

Functions

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