GooglePrivacyDlpV2OtherInfoTypeSummary constructor
GooglePrivacyDlpV2OtherInfoTypeSummary({
- int? estimatedPrevalence,
- bool? excludedFromAnalysis,
- GooglePrivacyDlpV2InfoType? infoType,
Implementation
GooglePrivacyDlpV2OtherInfoTypeSummary({
this.estimatedPrevalence,
this.excludedFromAnalysis,
this.infoType,
});