search-client
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
search-client
search-client
/
com.jillesvangurp.ktsearch
/
CompositeAggregationResult
Composite
Aggregation
Result
@
Serializable
data
class
CompositeAggregationResult
(
val
afterKey
:
JsonObject
?
=
null
,
val
buckets
:
List
<
JsonObject
>
)
:
BucketAggregationResult
<
CompositeBucket
>
Members
Members & Extensions
Constructors
Composite
Aggregation
Result
Link copied to clipboard
constructor
(
afterKey
:
JsonObject
?
=
null
,
buckets
:
List
<
JsonObject
>
)
Properties
after
Key
Link copied to clipboard
@
SerialName
(
value
=
"after_key"
)
val
afterKey
:
JsonObject
?
buckets
Link copied to clipboard
open
override
val
buckets
:
List
<
JsonObject
>
parsed
Buckets
Link copied to clipboard
val
CompositeAggregationResult
.
parsedBuckets
:
List
<
ERROR CLASS: Cannot infer argument for type parameter R
>