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.metadata
/
EventGroupRemoteDescriptors
/
AnonymizedFields
Anonymized
Fields
data
class
AnonymizedFields
(
var
event
:
String
?
=
null
,
val
fields
:
HashSet
<
String
>
?
=
HashSet()
)
Members
Constructors
Anonymized
Fields
Link copied to clipboard
constructor
(
event
:
String
?
=
null
,
fields
:
HashSet
<
String
>
?
=
HashSet()
)
Properties
event
Link copied to clipboard
@
JvmField
var
event
:
String
?
fields
Link copied to clipboard
@
JvmField
val
fields
:
HashSet
<
String
>
?