GoogleCloudDatacatalogV1DataplexTableSpec constructor

GoogleCloudDatacatalogV1DataplexTableSpec({
  1. GoogleCloudDatacatalogV1DataplexSpec? dataplexSpec,
  2. List<GoogleCloudDatacatalogV1DataplexExternalTable>? externalTables,
  3. bool? userManaged,
})

Implementation

GoogleCloudDatacatalogV1DataplexTableSpec({
  this.dataplexSpec,
  this.externalTables,
  this.userManaged,
});