GooglePrivacyDlpV2HybridInspectStatistics constructor

GooglePrivacyDlpV2HybridInspectStatistics({
  1. String? abortedCount,
  2. String? pendingCount,
  3. String? processedCount,
})

Implementation

GooglePrivacyDlpV2HybridInspectStatistics({
  this.abortedCount,
  this.pendingCount,
  this.processedCount,
});