GoogleCloudDataplexV1DataProfileSpec constructor

GoogleCloudDataplexV1DataProfileSpec({
  1. GoogleCloudDataplexV1DataProfileSpecSelectedFields? excludeFields,
  2. GoogleCloudDataplexV1DataProfileSpecSelectedFields? includeFields,
  3. GoogleCloudDataplexV1DataProfileSpecPostScanActions? postScanActions,
  4. String? rowFilter,
  5. double? samplingPercent,
})

Implementation

GoogleCloudDataplexV1DataProfileSpec({
  this.excludeFields,
  this.includeFields,
  this.postScanActions,
  this.rowFilter,
  this.samplingPercent,
});