GoogleCloudDataplexV1DataQualitySpec constructor

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

Implementation

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