GoogleCloudDatacatalogV1beta1Schema constructor

GoogleCloudDatacatalogV1beta1Schema({
  1. List<GoogleCloudDatacatalogV1beta1ColumnSchema>? columns,
})

Implementation

GoogleCloudDatacatalogV1beta1Schema({
  this.columns,
});