Counter

data class Counter(val value: String)

Counter describes a quantity associated with a device.

Constructors

Link copied to clipboard
constructor(value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Value defines how much of a certain device counter is available.