MetersRemoveCommand

data class MetersRemoveCommand(val session: Int? = null, val meters: List<String> = listOf()) : SessionCommand

Removes a meter from a session.

Constructors

Link copied to clipboard
constructor(session: Int? = null, meters: List<String> = listOf())

Properties

Link copied to clipboard

Meters to remove

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

Session id or null = latest session