GooglePrivacyDlpV2KMapEstimationHistogramBucket constructor

GooglePrivacyDlpV2KMapEstimationHistogramBucket({
  1. String? bucketSize,
  2. String? bucketValueCount,
  3. List<GooglePrivacyDlpV2KMapEstimationQuasiIdValues>? bucketValues,
  4. String? maxAnonymity,
  5. String? minAnonymity,
})

Implementation

GooglePrivacyDlpV2KMapEstimationHistogramBucket({
  this.bucketSize,
  this.bucketValueCount,
  this.bucketValues,
  this.maxAnonymity,
  this.minAnonymity,
});