scheme
Toggle table of contents
2.0.242
common
Target filter
common
Switch theme
Search in API
Skip to content
scheme
scheme
/
com.jetbrains.fus.reporting.schema
/
ObjectListEventField
Object
List
Event
Field
class
ObjectListEventField
<
D
:
FieldListDescription
>
(
name
:
String
,
description
:
String
?
,
creator
:
(
)
->
D
)
:
BaseObjectListEventField
Members
Constructors
Object
List
Event
Field
Link copied to clipboard
constructor
(
name
:
String
,
description
:
String
?
,
creator
:
(
)
->
D
)
Properties
default
Value
Link copied to clipboard
open
val
defaultValue
:
String
?
=
null
description
Link copied to clipboard
open
override
val
description
:
String
?
name
Link copied to clipboard
open
override
val
name
:
String
required
Link copied to clipboard
open
val
required
:
Boolean
?
=
null
should
Be
Anonymized
Link copied to clipboard
open
val
shouldBeAnonymized
:
Boolean
This is a field that should be hashed twice on send and on receive, e.g projectId.
Functions
build
Value
Link copied to clipboard
fun
buildValue
(
filler
:
D
.
(
)
->
Unit
)
:
FieldsValues
get
Object
Fields
Link copied to clipboard
open
override
fun
getObjectFields
(
)
:
List
<
EventField
<
*
>
>
get
Value
Link copied to clipboard
open
override
fun
getValue
(
value
:
List
<
FieldsValues
>
)
:
FieldValue
?