Dashboard Geospatial Layer Item Args
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
The definition properties for a layer.
Link copied to clipboard
The layer type.
Link copied to clipboard
Link copied to clipboard
The state of visibility for the layer.