toggle menu
trailblaze-report
jvm
switch theme
search in API
trailblaze-report
/
xyz.block.trailblaze.report.models
/
SessionEvent
/
MaestroCommand
Maestro
Command
@
Serializable
data
class
MaestroCommand
(
val
code
:
String
,
val
durationMs
:
Long
,
val
elapsedTimeMs
:
Long
,
val
timestamp
:
Instant
)
:
SessionEvent
Members
Constructors
Maestro
Command
Link copied to clipboard
constructor
(
code
:
String
,
durationMs
:
Long
,
elapsedTimeMs
:
Long
,
timestamp
:
Instant
)
Properties
code
Link copied to clipboard
val
code
:
String
duration
Ms
Link copied to clipboard
open
override
val
durationMs
:
Long
elapsed
Time
Ms
Link copied to clipboard
open
override
val
elapsedTimeMs
:
Long
timestamp
Link copied to clipboard
open
override
val
timestamp
:
Instant