GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket constructor

GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket({
  1. String? bucketSize,
  2. String? bucketValueCount,
  3. List<GooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues>? bucketValues,
  4. double? maxProbability,
  5. double? minProbability,
})

Implementation

GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket({
  this.bucketSize,
  this.bucketValueCount,
  this.bucketValues,
  this.maxProbability,
  this.minProbability,
});