DashboardFilledMapConfigurationArgs

data class DashboardFilledMapConfigurationArgs(val fieldWells: Output<DashboardFilledMapFieldWellsArgs>? = null, val legend: Output<DashboardLegendOptionsArgs>? = null, val mapStyleOptions: Output<DashboardGeospatialMapStyleOptionsArgs>? = null, val sortConfiguration: Output<DashboardFilledMapSortConfigurationArgs>? = null, val tooltip: Output<DashboardTooltipOptionsArgs>? = null, val windowOptions: Output<DashboardGeospatialWindowOptionsArgs>? = null) : ConvertibleToJava<DashboardFilledMapConfigurationArgs>

Constructors

Link copied to clipboard
constructor(fieldWells: Output<DashboardFilledMapFieldWellsArgs>? = null, legend: Output<DashboardLegendOptionsArgs>? = null, mapStyleOptions: Output<DashboardGeospatialMapStyleOptionsArgs>? = null, sortConfiguration: Output<DashboardFilledMapSortConfigurationArgs>? = null, tooltip: Output<DashboardTooltipOptionsArgs>? = null, windowOptions: Output<DashboardGeospatialWindowOptionsArgs>? = null)

Properties

Link copied to clipboard

The field wells of the visual.

Link copied to clipboard
val legend: Output<DashboardLegendOptionsArgs>? = null

The legend display setup of the visual.

Link copied to clipboard

The map style options of the filled map visual.

Link copied to clipboard

The sort configuration of a FilledMapVisual .

Link copied to clipboard

The tooltip display setup of the visual.

Link copied to clipboard

The window options of the filled map visual.

Functions

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