GoogleCloudDataplexV1DataProfileResult constructor
GoogleCloudDataplexV1DataProfileResult({
- GoogleCloudDataplexV1DataProfileResultPostScanActionsResult? postScanActionsResult,
- GoogleCloudDataplexV1DataProfileResultProfile? profile,
- String? rowCount,
- GoogleCloudDataplexV1ScannedData? scannedData,
Implementation
GoogleCloudDataplexV1DataProfileResult({
this.postScanActionsResult,
this.profile,
this.rowCount,
this.scannedData,
});