search-client
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
search-client
search-client
/
com.jillesvangurp.ktsearch
/
SearchResponse
/
Hits
/
Total
Total
@
Serializable
data
class
Total
(
val
value
:
Long
,
val
relation
:
SearchResponse.Hits.TotalRelation
)
Members
Constructors
Total
Link copied to clipboard
constructor
(
value
:
Long
,
relation
:
SearchResponse.Hits.TotalRelation
)
Properties
relation
Link copied to clipboard
val
relation
:
SearchResponse.Hits.TotalRelation
value
Link copied to clipboard
val
value
:
Long