GooglePrivacyDlpV2NumericalStatsResult constructor

GooglePrivacyDlpV2NumericalStatsResult({
  1. GooglePrivacyDlpV2Value? maxValue,
  2. GooglePrivacyDlpV2Value? minValue,
  3. List<GooglePrivacyDlpV2Value>? quantileValues,
})

Implementation

GooglePrivacyDlpV2NumericalStatsResult({
  this.maxValue,
  this.minValue,
  this.quantileValues,
});