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
/
StringListEventField
/
ValidatedByCustomRule
Validated
By
Custom
Rule
data
class
ValidatedByCustomRule
(
val
name
:
String
,
val
description
:
String
?
,
val
customRuleId
:
String
)
:
StringListEventField
Members
Constructors
Validated
By
Custom
Rule
Link copied to clipboard
constructor
(
name
:
String
,
description
:
String
?
,
customRuleId
:
String
)
Properties
custom
Rule
Id
Link copied to clipboard
val
customRuleId
:
String
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.
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
?