GoogleCloudDataplexV1DataProfileResult constructor

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

Implementation

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