SessionResourceGraphCommand

data class SessionResourceGraphCommand(val session: Int? = null, val measurement: Int?, val unit: String?, val resource: String?) : SessionCommand

Constructors

Link copied to clipboard
constructor(session: Int? = null, measurement: Int?, unit: String?, resource: String?)

Properties

Link copied to clipboard

Measurement to observe

Link copied to clipboard

Resource to observe

Link copied to clipboard
open override val session: Int? = null

Session id or null = latest session

Link copied to clipboard
val unit: String?

Unit to observe