Analysis Geospatial Layer Join Definition Args
data class AnalysisGeospatialLayerJoinDefinitionArgs(val colorField: Output<AnalysisGeospatialLayerColorFieldArgs>? = null, val datasetKeyField: Output<AnalysisUnaggregatedFieldArgs>? = null, val shapeKeyField: Output<String>? = null) : ConvertibleToJava<AnalysisGeospatialLayerJoinDefinitionArgs>
Constructors
Link copied to clipboard
constructor(colorField: Output<AnalysisGeospatialLayerColorFieldArgs>? = null, datasetKeyField: Output<AnalysisUnaggregatedFieldArgs>? = null, shapeKeyField: Output<String>? = null)