ClusterStatsNodeCount

@Serializable
data class ClusterStatsNodeCount(val total: Int? = null, val data: Int? = null, val master: Int? = null, val ingest: Int? = null)

Constructors

Link copied to clipboard
constructor(total: Int? = null, data: Int? = null, master: Int? = null, ingest: Int? = null)

Properties

Link copied to clipboard
val data: Int?
Link copied to clipboard
val ingest: Int?
Link copied to clipboard
val master: Int?
Link copied to clipboard
val total: Int?