GoogleCloudDataplexV1DataQualitySpec constructor
      
      GoogleCloudDataplexV1DataQualitySpec({ 
    
    
- bool? catalogPublishingEnabled,
 - GoogleCloudDataplexV1DataQualitySpecPostScanActions? postScanActions,
 - String? rowFilter,
 - List<
GoogleCloudDataplexV1DataQualityRule> ? rules, - double? samplingPercent,
 
Implementation
GoogleCloudDataplexV1DataQualitySpec({
  this.catalogPublishingEnabled,
  this.postScanActions,
  this.rowFilter,
  this.rules,
  this.samplingPercent,
});