CompensationHistogramRequest constructor

CompensationHistogramRequest({
  1. NumericBucketingOption? bucketingOption,
  2. String? type,
})

Implementation

CompensationHistogramRequest({
  this.bucketingOption,
  this.type,
});