GoogleCloudDatacatalogV1DataSource constructor

GoogleCloudDatacatalogV1DataSource({
  1. String? resource,
  2. String? service,
  3. String? sourceEntry,
  4. GoogleCloudDatacatalogV1StorageProperties? storageProperties,
})

Implementation

GoogleCloudDatacatalogV1DataSource({
  this.resource,
  this.service,
  this.sourceEntry,
  this.storageProperties,
});