GooglePrivacyDlpV2SummaryResult constructor

GooglePrivacyDlpV2SummaryResult({
  1. String? code,
  2. String? count,
  3. String? details,
})

Implementation

GooglePrivacyDlpV2SummaryResult({
  this.code,
  this.count,
  this.details,
});