Data Set Geo Spatial Column Group Args
data class DataSetGeoSpatialColumnGroupArgs(val columns: Output<List<String>>, val countryCode: Output<DataSetGeoSpatialCountryCode>? = null, val name: Output<String>) : ConvertibleToJava<DataSetGeoSpatialColumnGroupArgs>
Geospatial column group that denotes a hierarchy.
Constructors
Link copied to clipboard
constructor(columns: Output<List<String>>, countryCode: Output<DataSetGeoSpatialCountryCode>? = null, name: Output<String>)