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.
Constructors
Link copied to clipboard
fun GoogleCloudDatacatalogV1beta1ColumnSchemaResponse(column: String, description: String, mode: String, subcolumns: List<GoogleCloudDatacatalogV1beta1ColumnSchemaResponse>, type: String)