GoogleCloudDatacatalogV1DatabaseTableSpec constructor
GoogleCloudDatacatalogV1DatabaseTableSpec({
- GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpec? databaseViewSpec,
- GoogleCloudDatacatalogV1DataplexTableSpec? dataplexTable,
- String? type,
Implementation
GoogleCloudDatacatalogV1DatabaseTableSpec({
this.databaseViewSpec,
this.dataplexTable,
this.type,
});