ReportSummaryHistogramChartDataBucketResponse

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

constructor(count: String, lowerBound: String, upperBound: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Count of items in the bucket.

Link copied to clipboard

Lower bound - inclusive.

Link copied to clipboard

Upper bound - exclusive.