GoogleCloudDataplexV1DataDiscoverySpec constructor

GoogleCloudDataplexV1DataDiscoverySpec({
  1. GoogleCloudDataplexV1DataDiscoverySpecBigQueryPublishingConfig? bigqueryPublishingConfig,
  2. GoogleCloudDataplexV1DataDiscoverySpecStorageConfig? storageConfig,
})

Implementation

GoogleCloudDataplexV1DataDiscoverySpec({
  this.bigqueryPublishingConfig,
  this.storageConfig,
});