CompositeAggregationResult

@Serializable
data class CompositeAggregationResult(val afterKey: JsonObject? = null, val buckets: List<JsonObject>) : BucketAggregationResult<CompositeBucket>

Constructors

Link copied to clipboard
constructor(afterKey: JsonObject? = null, buckets: List<JsonObject>)

Properties

Link copied to clipboard
@SerialName(value = "after_key")
val afterKey: JsonObject?
Link copied to clipboard
open override val buckets: List<JsonObject>
Link copied to clipboard
val CompositeAggregationResult.parsedBuckets: List<ERROR CLASS: Cannot infer argument for type parameter R>