Dashboard Geospatial Layer Join Definition Args
data class DashboardGeospatialLayerJoinDefinitionArgs(val colorField: Output<DashboardGeospatialLayerColorFieldArgs>? = null, val datasetKeyField: Output<DashboardUnaggregatedFieldArgs>? = null, val shapeKeyField: Output<String>? = null) : ConvertibleToJava<DashboardGeospatialLayerJoinDefinitionArgs>
Constructors
Link copied to clipboard
constructor(colorField: Output<DashboardGeospatialLayerColorFieldArgs>? = null, datasetKeyField: Output<DashboardUnaggregatedFieldArgs>? = null, shapeKeyField: Output<String>? = null)