ClusterHealthResponse

@Serializable
data class ClusterHealthResponse(val clusterName: String, val status: ClusterStatus, val timedOut: Boolean)

Constructors

Link copied to clipboard
constructor(clusterName: String, status: ClusterStatus, timedOut: Boolean)

Properties

Link copied to clipboard
@SerialName(value = "cluster_name")
val clusterName: String
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "timed_out")
val timedOut: Boolean