root
Toggle table of contents
goblin-service
Target filter
goblin-service
Switch theme
Search in API
Skip to content
root
root
/
fi.utu.tech.powergoblin.data
/
MetersAddCommand
Meters
Add
Command
goblin-service
data
class
MetersAddCommand
(
val
session
:
Int
?
=
null
,
val
meters
:
List
<
String
>
=
listOf()
)
:
SessionCommand
Adds a meter to a session.
Members
Constructors
Meters
Add
Command
Link copied to clipboard
goblin-service
constructor
(
session
:
Int
?
=
null
,
meters
:
List
<
String
>
=
listOf()
)
Properties
meters
Link copied to clipboard
goblin-service
val
meters
:
List
<
String
>
Meters to add
session
Link copied to clipboard
goblin-service
open
override
val
session
:
Int
?
=
null
Session id or null = latest session