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
/
StringEventField
/
ValidatedByRegexp
Validated
By
Regexp
data
class
ValidatedByRegexp
(
val
name
:
String
,
val
description
:
String
?
,
val
regexpRef
:
String
)
:
StringEventField
Members
Constructors
Validated
By
Regexp
Link copied to clipboard
constructor
(
name
:
String
,
description
:
String
?
,
regexpRef
:
String
)
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
regexp
Ref
Link copied to clipboard
val
regexpRef
:
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
:
String
?
)
:
FieldValue
?