RangesAggregationResult

@Serializable
data class RangesAggregationResult(val buckets: List<JsonObject>) : BucketAggregationResult<RangesBucket>

Constructors

Link copied to clipboard
constructor(buckets: List<JsonObject>)

Properties

Link copied to clipboard
open override val buckets: List<JsonObject>
Link copied to clipboard
val RangesAggregationResult.parsedBuckets: <Error class: unknown class>