DashboardGeospatialMapStyleArgs

data class DashboardGeospatialMapStyleArgs(val backgroundColor: Output<String>? = null, val baseMapStyle: Output<DashboardBaseMapStyleType>? = null, val baseMapVisibility: Output<DashboardVisibility>? = null) : ConvertibleToJava<DashboardGeospatialMapStyleArgs>

Constructors

Link copied to clipboard
constructor(backgroundColor: Output<String>? = null, baseMapStyle: Output<DashboardBaseMapStyleType>? = null, baseMapVisibility: Output<DashboardVisibility>? = null)

Properties

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

The background color and opacity values for a map.

Link copied to clipboard

The selected base map style.

Link copied to clipboard

The state of visibility for the base map.

Functions

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