GooglePrivacyDlpV2Result constructor

GooglePrivacyDlpV2Result({
  1. GooglePrivacyDlpV2HybridInspectStatistics? hybridStats,
  2. List<GooglePrivacyDlpV2InfoTypeStats>? infoTypeStats,
  3. String? processedBytes,
  4. String? totalEstimatedBytes,
})

Implementation

GooglePrivacyDlpV2Result({
  this.hybridStats,
  this.infoTypeStats,
  this.processedBytes,
  this.totalEstimatedBytes,
});