scheme
Toggle table of contents
2.0.240
common
Target filter
common
Switch theme
Search in API
Skip to content
scheme
scheme
/
com.jetbrains.fus.reporting.schema
/
StringListEventField
/
ValidatedByDictionary
Validated
By
Dictionary
data
class
ValidatedByDictionary
(
val
name
:
String
,
val
description
:
String
?
,
val
dictionary
:
String
)
:
StringListEventField
Members
Constructors
Validated
By
Dictionary
Link copied to clipboard
constructor
(
name
:
String
,
description
:
String
?
,
dictionary
:
String
)
Properties
default
Value
Link copied to clipboard
open
val
defaultValue
:
String
?
=
null
description
Link copied to clipboard
open
override
val
description
:
String
?
dictionary
Link copied to clipboard
val
dictionary
:
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.
validation
Rule
Link copied to clipboard
open
override
val
validationRule
:
List
<
String
>
Functions
get
Value
Link copied to clipboard
open
override
fun
getValue
(
value
:
List
<
String
>
)
:
FieldValue
?