toggle menu
search-client
common
switch theme
search in API
search-client
/
com.jillesvangurp.ktsearch
/
FilterBucket
Filter
Bucket
data
class
FilterBucket
(
val
name
:
String
,
val
docCount
:
Long
,
val
bucket
:
JsonObject
)
Members
Constructors
Filter
Bucket
Link copied to clipboard
constructor
(
name
:
String
,
docCount
:
Long
,
bucket
:
JsonObject
)
Properties
bucket
Link copied to clipboard
val
bucket
:
JsonObject
doc
Count
Link copied to clipboard
@
SerialName
(
value
=
"doc_count"
)
val
docCount
:
Long
name
Link copied to clipboard
val
name
:
String