model
Toggle table of contents
2.0.241
common
Target filter
common
Switch theme
Search in API
Skip to content
model
model
/
com.jetbrains.fus.reporting.model.lion3
/
FusReport
Fus
Report
data
class
FusReport
(
val
product
:
String
,
val
device
:
String
,
val
recorder
:
String
=
"FUS"
,
val
internal
:
Boolean
=
false
,
val
records
:
Iterable
<
FusRecord
>
)
Members
Constructors
Fus
Report
Link copied to clipboard
constructor
(
product
:
String
,
device
:
String
,
recorder
:
String
=
"FUS"
,
internal
:
Boolean
=
false
,
records
:
Iterable
<
FusRecord
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
device
Link copied to clipboard
val
device
:
String
internal
Link copied to clipboard
val
internal
:
Boolean
product
Link copied to clipboard
val
product
:
String
recorder
Link copied to clipboard
val
recorder
:
String
records
Link copied to clipboard
val
records
:
Iterable
<
FusRecord
>