CustomAttributeHistogramResult constructor

CustomAttributeHistogramResult({
  1. String? key,
  2. NumericBucketingResult? longValueHistogramResult,
  3. Map<String, int>? stringValueHistogramResult,
})

Implementation

CustomAttributeHistogramResult({
  this.key,
  this.longValueHistogramResult,
  this.stringValueHistogramResult,
});