DashboardGeospatialLayerJoinDefinitionArgs

data class DashboardGeospatialLayerJoinDefinitionArgs(val colorField: Output<DashboardGeospatialLayerColorFieldArgs>? = null, val datasetKeyField: Output<DashboardUnaggregatedFieldArgs>? = null, val shapeKeyField: Output<String>? = null) : ConvertibleToJava<DashboardGeospatialLayerJoinDefinitionArgs>

Constructors

constructor(colorField: Output<DashboardGeospatialLayerColorFieldArgs>? = null, datasetKeyField: Output<DashboardUnaggregatedFieldArgs>? = null, shapeKeyField: Output<String>? = null)

Properties

Link copied to clipboard

The geospatial color field for the join definition.

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

The name of the field or property in the geospatial data source.

Functions

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