CustomAttributeHistogramRequest constructor
CustomAttributeHistogramRequest({
- String? key,
- NumericBucketingOption? longValueHistogramBucketingOption,
- bool? stringValueHistogram,
Implementation
CustomAttributeHistogramRequest({
this.key,
this.longValueHistogramBucketingOption,
this.stringValueHistogram,
});