toggle menu
search-client
common
switch theme
search in API
search-client
/
com.jillesvangurp.ktsearch
/
ClusterHealthResponse
Cluster
Health
Response
@
Serializable
data
class
ClusterHealthResponse
(
val
clusterName
:
String
,
val
status
:
ClusterStatus
,
val
timedOut
:
Boolean
)
Members
Constructors
Cluster
Health
Response
Link copied to clipboard
constructor
(
clusterName
:
String
,
status
:
ClusterStatus
,
timedOut
:
Boolean
)
Properties
cluster
Name
Link copied to clipboard
@
SerialName
(
value
=
"cluster_name"
)
val
clusterName
:
String
status
Link copied to clipboard
val
status
:
ClusterStatus
timed
Out
Link copied to clipboard
@
SerialName
(
value
=
"timed_out"
)
val
timedOut
:
Boolean