toggle menu
trailblaze-report
jvm
switch theme
search in API
trailblaze-report
/
xyz.block.trailblaze.report.models
/
SessionEvent
/
OtherEvent
Other
Event
@
Serializable
data
class
OtherEvent
(
val
type
:
String
,
val
details
:
String
,
val
timestamp
:
Instant
,
val
elapsedTimeMs
:
Long
,
val
durationMs
:
Long
)
:
SessionEvent
Members
Constructors
Other
Event
Link copied to clipboard
constructor
(
type
:
String
,
details
:
String
,
timestamp
:
Instant
,
elapsedTimeMs
:
Long
,
durationMs
:
Long
)
Properties
details
Link copied to clipboard
val
details
:
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
type
Link copied to clipboard
val
type
:
String