NodeStatsCpu

@Serializable
data class NodeStatsCpu(val percent: Int? = null)

Constructors

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

Properties

Link copied to clipboard
val percent: Int?