CustomAttributeHistogramRequest constructor

CustomAttributeHistogramRequest({
  1. String? key,
  2. NumericBucketingOption? longValueHistogramBucketingOption,
  3. bool? stringValueHistogram,
})

Implementation

CustomAttributeHistogramRequest({
  this.key,
  this.longValueHistogramBucketingOption,
  this.stringValueHistogram,
});