GoogleCloudDataplexV1DataDiscoverySpecBigQueryPublishingConfig constructor

GoogleCloudDataplexV1DataDiscoverySpecBigQueryPublishingConfig({
  1. String? connection,
  2. String? location,
  3. String? tableType,
})

Implementation

GoogleCloudDataplexV1DataDiscoverySpecBigQueryPublishingConfig({
  this.connection,
  this.location,
  this.tableType,
});