Dashboard Geospatial Layer Join Definition
data class DashboardGeospatialLayerJoinDefinition(val colorField: DashboardGeospatialLayerColorField? = null, val datasetKeyField: DashboardUnaggregatedField? = null, val shapeKeyField: String? = null)
Constructors
Link copied to clipboard
constructor(colorField: DashboardGeospatialLayerColorField? = null, datasetKeyField: DashboardUnaggregatedField? = null, shapeKeyField: String? = null)