GoogleCloudDataplexV1DataProfileResult constructor

GoogleCloudDataplexV1DataProfileResult({
  1. GoogleCloudDataplexV1DataProfileResultPostScanActionsResult? postScanActionsResult,
  2. GoogleCloudDataplexV1DataProfileResultProfile? profile,
  3. String? rowCount,
  4. GoogleCloudDataplexV1ScannedData? scannedData,
})

Implementation

GoogleCloudDataplexV1DataProfileResult({
  this.postScanActionsResult,
  this.profile,
  this.rowCount,
  this.scannedData,
});