ClusterStatsShards

@Serializable
data class ClusterStatsShards(val total: Int? = null)

Constructors

Link copied to clipboard
constructor(total: Int? = null)

Properties

Link copied to clipboard
val total: Int?