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