GooglePrivacyDlpV2PrivacyMetric constructor

GooglePrivacyDlpV2PrivacyMetric({
  1. GooglePrivacyDlpV2CategoricalStatsConfig? categoricalStatsConfig,
  2. GooglePrivacyDlpV2DeltaPresenceEstimationConfig? deltaPresenceEstimationConfig,
  3. GooglePrivacyDlpV2KAnonymityConfig? kAnonymityConfig,
  4. GooglePrivacyDlpV2KMapEstimationConfig? kMapEstimationConfig,
  5. GooglePrivacyDlpV2LDiversityConfig? lDiversityConfig,
  6. GooglePrivacyDlpV2NumericalStatsConfig? numericalStatsConfig,
})

Implementation

GooglePrivacyDlpV2PrivacyMetric({
  this.categoricalStatsConfig,
  this.deltaPresenceEstimationConfig,
  this.kAnonymityConfig,
  this.kMapEstimationConfig,
  this.lDiversityConfig,
  this.numericalStatsConfig,
});