GoogleCloudDatacatalogV1DatabaseTableSpec constructor

GoogleCloudDatacatalogV1DatabaseTableSpec({
  1. GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpec? databaseViewSpec,
  2. GoogleCloudDatacatalogV1DataplexTableSpec? dataplexTable,
  3. String? type,
})

Implementation

GoogleCloudDatacatalogV1DatabaseTableSpec({
  this.databaseViewSpec,
  this.dataplexTable,
  this.type,
});