DashboardGeospatialLayerItemArgs

data class DashboardGeospatialLayerItemArgs(val actions: Output<List<DashboardLayerCustomActionArgs>>? = null, val dataSource: Output<DashboardGeospatialDataSourceItemArgs>? = null, val joinDefinition: Output<DashboardGeospatialLayerJoinDefinitionArgs>? = null, val label: Output<String>? = null, val layerDefinition: Output<DashboardGeospatialLayerDefinitionArgs>? = null, val layerId: Output<String>, val layerType: Output<DashboardGeospatialLayerType>? = null, val tooltip: Output<DashboardTooltipOptionsArgs>? = null, val visibility: Output<DashboardVisibility>? = null) : ConvertibleToJava<DashboardGeospatialLayerItemArgs>

Constructors

Link copied to clipboard
constructor(actions: Output<List<DashboardLayerCustomActionArgs>>? = null, dataSource: Output<DashboardGeospatialDataSourceItemArgs>? = null, joinDefinition: Output<DashboardGeospatialLayerJoinDefinitionArgs>? = null, label: Output<String>? = null, layerDefinition: Output<DashboardGeospatialLayerDefinitionArgs>? = null, layerId: Output<String>, layerType: Output<DashboardGeospatialLayerType>? = null, tooltip: Output<DashboardTooltipOptionsArgs>? = null, visibility: Output<DashboardVisibility>? = null)

Properties

Link copied to clipboard

A list of custom actions for a layer.

Link copied to clipboard

The data source for the layer.

Link copied to clipboard

The join definition properties for a layer.

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

The label that is displayed for the layer.

Link copied to clipboard

The definition properties for a layer.

Link copied to clipboard
val layerId: Output<String>

The ID of the layer.

Link copied to clipboard

The layer type.

Link copied to clipboard
Link copied to clipboard
val visibility: Output<DashboardVisibility>? = null

The state of visibility for the layer.

Functions

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