ClusterStatsNodes

@Serializable
data class ClusterStatsNodes(val count: ClusterStatsNodeCount? = null, val fs: ClusterStatsFs? = null)

Constructors

Link copied to clipboard
constructor(count: ClusterStatsNodeCount? = null, fs: ClusterStatsFs? = null)

Properties

Link copied to clipboard
Link copied to clipboard