AggregationThresholdPolicy constructor

AggregationThresholdPolicy({
  1. List<String>? privacyUnitColumns,
  2. String? threshold,
})

Implementation

AggregationThresholdPolicy({
  this.privacyUnitColumns,
  this.threshold,
});