model
Toggle table of contents
2.0.240
common
Target filter
common
Switch theme
Search in API
Skip to content
model
model
/
com.jetbrains.fus.reporting.model.lion3
/
FusEvent
Fus
Event
data
class
FusEvent
@
JvmOverloads
constructor
(
val
recorder_version
:
String
,
val
build
:
BuildNumber
,
val
session
:
String
,
val
group
:
FusGroup
,
val
bucket
:
String
,
val
event
:
FusAction
,
val
time
:
Long
=
epochMillis()
)
Members
Constructors
Fus
Event
Link copied to clipboard
@
JvmOverloads
constructor
(
recorder_version
:
String
,
build
:
BuildNumber
,
session
:
String
,
group
:
FusGroup
,
bucket
:
String
,
event
:
FusAction
,
time
:
Long
=
epochMillis()
)
Properties
bucket
Link copied to clipboard
val
bucket
:
String
build
Link copied to clipboard
val
build
:
BuildNumber
event
Link copied to clipboard
val
event
:
FusAction
group
Link copied to clipboard
val
group
:
FusGroup
recorder_
version
Link copied to clipboard
val
recorder_version
:
String
session
Link copied to clipboard
val
session
:
String
time
Link copied to clipboard
val
time
:
Long
Unix time epoch of the time when the event occurred, in UTC