GoogleCloudDatacatalogV1DataplexTableSpec constructor
GoogleCloudDatacatalogV1DataplexTableSpec({
- GoogleCloudDatacatalogV1DataplexSpec? dataplexSpec,
- List<
GoogleCloudDatacatalogV1DataplexExternalTable> ? externalTables, - bool? userManaged,
Implementation
GoogleCloudDatacatalogV1DataplexTableSpec({
this.dataplexSpec,
this.externalTables,
this.userManaged,
});