CustomAttributeHistogramResult constructor
CustomAttributeHistogramResult({
- String? key,
- NumericBucketingResult? longValueHistogramResult,
- Map<
String, int> ? stringValueHistogramResult,
Implementation
CustomAttributeHistogramResult({
this.key,
this.longValueHistogramResult,
this.stringValueHistogramResult,
});