Google Cloud Datacatalog V1beta1Column Schema Response
data class GoogleCloudDatacatalogV1beta1ColumnSchemaResponse(val column: String, val description: String, val mode: String, val subcolumns: List<GoogleCloudDatacatalogV1beta1ColumnSchemaResponse>, val type: String)
Representation of a column within a schema. Columns could be nested inside other columns.