Report Summary Histogram Chart Data Bucket Response
data class ReportSummaryHistogramChartDataBucketResponse(val count: String, val lowerBound: String, val upperBound: String)
A histogram bucket with a lower and upper bound, and a count of items with a field value between those bounds. The lower bound is inclusive and the upper bound is exclusive. Lower bound may be -infinity and upper bound may be infinity.
Constructors
Link copied to clipboard
fun ReportSummaryHistogramChartDataBucketResponse(count: String, lowerBound: String, upperBound: String)