GoogleCloudDataplexV1DataProfileSpec constructor
GoogleCloudDataplexV1DataProfileSpec({
- GoogleCloudDataplexV1DataProfileSpecSelectedFields? excludeFields,
- GoogleCloudDataplexV1DataProfileSpecSelectedFields? includeFields,
- GoogleCloudDataplexV1DataProfileSpecPostScanActions? postScanActions,
- String? rowFilter,
- double? samplingPercent,
Implementation
GoogleCloudDataplexV1DataProfileSpec({
this.excludeFields,
this.includeFields,
this.postScanActions,
this.rowFilter,
this.samplingPercent,
});