GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails constructor

GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails({
  1. GooglePrivacyDlpV2CategoricalStatsResult? categoricalStatsResult,
  2. GooglePrivacyDlpV2DeltaPresenceEstimationResult? deltaPresenceEstimationResult,
  3. GooglePrivacyDlpV2KAnonymityResult? kAnonymityResult,
  4. GooglePrivacyDlpV2KMapEstimationResult? kMapEstimationResult,
  5. GooglePrivacyDlpV2LDiversityResult? lDiversityResult,
  6. GooglePrivacyDlpV2NumericalStatsResult? numericalStatsResult,
  7. GooglePrivacyDlpV2RequestedRiskAnalysisOptions? requestedOptions,
  8. GooglePrivacyDlpV2PrivacyMetric? requestedPrivacyMetric,
  9. GooglePrivacyDlpV2BigQueryTable? requestedSourceTable,
})

Implementation

GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails({
  this.categoricalStatsResult,
  this.deltaPresenceEstimationResult,
  this.kAnonymityResult,
  this.kMapEstimationResult,
  this.lDiversityResult,
  this.numericalStatsResult,
  this.requestedOptions,
  this.requestedPrivacyMetric,
  this.requestedSourceTable,
});