scheme
Toggle table of contents
2.0.241
common
Target filter
common
Switch theme
Search in API
Skip to content
scheme
scheme
/
com.jetbrains.fus.reporting.schema.generation
/
FieldDescriptor
Field
Descriptor
data
class
FieldDescriptor
(
val
path
:
String
,
val
value
:
Set
<
String
>
,
val
dataType
:
FieldDataType
,
val
shouldBeAnonymized
:
Boolean
,
val
description
:
String
?
)
:
EventsSchemePart
Members
Constructors
Field
Descriptor
Link copied to clipboard
constructor
(
path
:
String
,
value
:
Set
<
String
>
,
dataType
:
FieldDataType
,
shouldBeAnonymized
:
Boolean
,
description
:
String
?
)
Properties
data
Type
Link copied to clipboard
val
dataType
:
FieldDataType
description
Link copied to clipboard
val
description
:
String
?
path
Link copied to clipboard
val
path
:
String
should
Be
Anonymized
Link copied to clipboard
val
shouldBeAnonymized
:
Boolean
value
Link copied to clipboard
val
value
:
Set
<
String
>
Functions
get
Name
Link copied to clipboard
open
override
fun
getName
(
)
:
String