toggle menu
search-client
common
switch theme
search in API
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