GooglePrivacyDlpV2Result constructor
GooglePrivacyDlpV2Result({
- GooglePrivacyDlpV2HybridInspectStatistics? hybridStats,
- List<
GooglePrivacyDlpV2InfoTypeStats> ? infoTypeStats, - String? numRowsProcessed,
- String? processedBytes,
- String? totalEstimatedBytes,
Implementation
GooglePrivacyDlpV2Result({
this.hybridStats,
this.infoTypeStats,
this.numRowsProcessed,
this.processedBytes,
this.totalEstimatedBytes,
});