GoogleCloudDataplexV1DataQualityResultAnomalyDetectionGeneratedAssets constructor

GoogleCloudDataplexV1DataQualityResultAnomalyDetectionGeneratedAssets({
  1. String? dataIntermediateTable,
  2. String? freshnessIntermediateTable,
  3. String? resultTable,
  4. String? volumeIntermediateTable,
})

Implementation

GoogleCloudDataplexV1DataQualityResultAnomalyDetectionGeneratedAssets({
  this.dataIntermediateTable,
  this.freshnessIntermediateTable,
  this.resultTable,
  this.volumeIntermediateTable,
});