GoogleCloudDatacatalogV1DataplexExternalTable constructor

GoogleCloudDatacatalogV1DataplexExternalTable({
  1. String? dataCatalogEntry,
  2. String? fullyQualifiedName,
  3. String? googleCloudResource,
  4. String? system,
})

Implementation

GoogleCloudDatacatalogV1DataplexExternalTable({
  this.dataCatalogEntry,
  this.fullyQualifiedName,
  this.googleCloudResource,
  this.system,
});