MeterEntry

data class MeterEntry(val id: String, val type: String, val description: String, val present: Boolean, val associatedSession: String?)

A brief entry for listing meters in the instance summary.

Constructors

Link copied to clipboard
constructor(id: String, type: String, description: String, present: Boolean, associatedSession: String?)

Properties

Link copied to clipboard

Potential associated session id

Link copied to clipboard

Type of the meter

Link copied to clipboard
val id: String

ID of the meter

Link copied to clipboard

Is the meter present

Link copied to clipboard

Type of the meter