DateRangesAggregationResult

@Serializable
data class DateRangesAggregationResult(val buckets: List<JsonObject>) : BucketAggregationResult<DateRangesBucket>

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 DateRangesAggregationResult.parsedBuckets: <Error class: unknown class>