DashboardGeospatialPolygonSymbolStyleArgs

data class DashboardGeospatialPolygonSymbolStyleArgs(val fillColor: Output<DashboardGeospatialColorArgs>? = null, val strokeColor: Output<DashboardGeospatialColorArgs>? = null, val strokeWidth: Output<DashboardGeospatialLineWidthArgs>? = null) : ConvertibleToJava<DashboardGeospatialPolygonSymbolStyleArgs>

Constructors

constructor(fillColor: Output<DashboardGeospatialColorArgs>? = null, strokeColor: Output<DashboardGeospatialColorArgs>? = null, strokeWidth: Output<DashboardGeospatialLineWidthArgs>? = null)

Properties

Link copied to clipboard

The color and opacity values for the fill color.

Link copied to clipboard

The color and opacity values for the stroke color.

Link copied to clipboard

The width of the border stroke.

Functions

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