Dashboard Geospatial Polygon Symbol Style Args
data class DashboardGeospatialPolygonSymbolStyleArgs(val fillColor: Output<DashboardGeospatialColorArgs>? = null, val strokeColor: Output<DashboardGeospatialColorArgs>? = null, val strokeWidth: Output<DashboardGeospatialLineWidthArgs>? = null) : ConvertibleToJava<DashboardGeospatialPolygonSymbolStyleArgs>
Constructors
Link copied to clipboard
constructor(fillColor: Output<DashboardGeospatialColorArgs>? = null, strokeColor: Output<DashboardGeospatialColorArgs>? = null, strokeWidth: Output<DashboardGeospatialLineWidthArgs>? = null)