GooglePrivacyDlpV2OtherInfoTypeSummary constructor

GooglePrivacyDlpV2OtherInfoTypeSummary({
  1. int? estimatedPrevalence,
  2. bool? excludedFromAnalysis,
  3. GooglePrivacyDlpV2InfoType? infoType,
})

Implementation

GooglePrivacyDlpV2OtherInfoTypeSummary({
  this.estimatedPrevalence,
  this.excludedFromAnalysis,
  this.infoType,
});