model
Toggle table of contents
2.0.242
common
Target filter
common
Switch theme
Search in API
Skip to content
model
model
/
com.jetbrains.fus.reporting.model.lion3
/
ValidatedFusReport
Validated
Fus
Report
data
class
ValidatedFusReport
(
val
product
:
String
,
val
device
:
String
,
val
recorder
:
String
=
"FUS"
,
val
internal
:
Boolean
?
,
val
records
:
List
<
ValidatedFusRecord
>
)
Members
Constructors
Validated
Fus
Report
Link copied to clipboard
constructor
(
product
:
String
,
device
:
String
,
recorder
:
String
=
"FUS"
,
internal
:
Boolean
?
,
records
:
List
<
ValidatedFusRecord
>
)
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
:
List
<
ValidatedFusRecord
>