GooglePrivacyDlpV2PrivacyMetric constructor
GooglePrivacyDlpV2PrivacyMetric({
- GooglePrivacyDlpV2CategoricalStatsConfig? categoricalStatsConfig,
- GooglePrivacyDlpV2DeltaPresenceEstimationConfig? deltaPresenceEstimationConfig,
- GooglePrivacyDlpV2KAnonymityConfig? kAnonymityConfig,
- GooglePrivacyDlpV2KMapEstimationConfig? kMapEstimationConfig,
- GooglePrivacyDlpV2LDiversityConfig? lDiversityConfig,
- GooglePrivacyDlpV2NumericalStatsConfig? numericalStatsConfig,
Implementation
GooglePrivacyDlpV2PrivacyMetric({
this.categoricalStatsConfig,
this.deltaPresenceEstimationConfig,
this.kAnonymityConfig,
this.kMapEstimationConfig,
this.lDiversityConfig,
this.numericalStatsConfig,
});