DashboardGeospatialCircleSymbolStyleArgs

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

Constructors

Link copied to clipboard
constructor(circleRadius: Output<DashboardGeospatialCircleRadiusArgs>? = null, fillColor: Output<DashboardGeospatialColorArgs>? = null, strokeColor: Output<DashboardGeospatialColorArgs>? = null, strokeWidth: Output<DashboardGeospatialLineWidthArgs>? = null)

Properties

Link copied to clipboard

The radius of the circle.

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 stroke (border).

Functions

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