GoogleCloudDataplexV1DataQualitySpecPostScanActions constructor

GoogleCloudDataplexV1DataQualitySpecPostScanActions({
  1. GoogleCloudDataplexV1DataQualitySpecPostScanActionsBigQueryExport? bigqueryExport,
  2. GoogleCloudDataplexV1DataQualitySpecPostScanActionsNotificationReport? notificationReport,
})

Implementation

GoogleCloudDataplexV1DataQualitySpecPostScanActions({
  this.bigqueryExport,
  this.notificationReport,
});