toggle menu
search-client
common
switch theme
search in API
search-client
/
com.jillesvangurp.ktsearch
/
Shards
Shards
@
Serializable
data
class
Shards
(
val
total
:
Int
,
val
successful
:
Int
,
val
failed
:
Int
,
val
skipped
:
Int
?
=
null
)
Members
Constructors
Shards
Link copied to clipboard
constructor
(
total
:
Int
,
successful
:
Int
,
failed
:
Int
,
skipped
:
Int
?
=
null
)
Properties
failed
Link copied to clipboard
val
failed
:
Int
skipped
Link copied to clipboard
val
skipped
:
Int
?
=
null
successful
Link copied to clipboard
val
successful
:
Int
total
Link copied to clipboard
val
total
:
Int