GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails constructor
GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails({
- GooglePrivacyDlpV2CategoricalStatsResult? categoricalStatsResult,
- GooglePrivacyDlpV2DeltaPresenceEstimationResult? deltaPresenceEstimationResult,
- GooglePrivacyDlpV2KAnonymityResult? kAnonymityResult,
- GooglePrivacyDlpV2KMapEstimationResult? kMapEstimationResult,
- GooglePrivacyDlpV2LDiversityResult? lDiversityResult,
- GooglePrivacyDlpV2NumericalStatsResult? numericalStatsResult,
- GooglePrivacyDlpV2RequestedRiskAnalysisOptions? requestedOptions,
- GooglePrivacyDlpV2PrivacyMetric? requestedPrivacyMetric,
- GooglePrivacyDlpV2BigQueryTable? requestedSourceTable,
Implementation
GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails({
this.categoricalStatsResult,
this.deltaPresenceEstimationResult,
this.kAnonymityResult,
this.kMapEstimationResult,
this.lDiversityResult,
this.numericalStatsResult,
this.requestedOptions,
this.requestedPrivacyMetric,
this.requestedSourceTable,
});