GoogleCloudDataplexV1DataQualitySpec constructor

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

Implementation

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