GoogleCloudDataplexV1DataQualitySpec constructor

GoogleCloudDataplexV1DataQualitySpec({
  1. GoogleCloudDataplexV1DataQualitySpecPostScanActions? postScanActions,
  2. String? rowFilter,
  3. List<GoogleCloudDataplexV1DataQualityRule>? rules,
  4. double? samplingPercent,
})

Implementation

GoogleCloudDataplexV1DataQualitySpec({
  this.postScanActions,
  this.rowFilter,
  this.rules,
  this.samplingPercent,
});