GooglePrivacyDlpV2NumericalStatsResult constructor
GooglePrivacyDlpV2NumericalStatsResult({
- GooglePrivacyDlpV2Value? maxValue,
- GooglePrivacyDlpV2Value? minValue,
- List<
GooglePrivacyDlpV2Value> ? quantileValues,
Implementation
GooglePrivacyDlpV2NumericalStatsResult({
this.maxValue,
this.minValue,
this.quantileValues,
});