model
Toggle table of contents
2.0.242
common
Target filter
common
Switch theme
Search in API
Skip to content
model
model
/
com.jetbrains.fus.reporting.model.metadata
/
ValidationRevision
Validation
Revision
class
ValidationRevision
(
from
:
Int
,
to
:
Int
?
,
val
values
:
List
<
String
>
,
val
required
:
Boolean
)
:
RangeRevision
Members
Constructors
Validation
Revision
Link copied to clipboard
constructor
(
from
:
Int
,
to
:
Int
?
,
values
:
List
<
String
>
,
required
:
Boolean
)
Properties
from
Link copied to clipboard
val
from
:
Int
required
Link copied to clipboard
val
required
:
Boolean
to
Link copied to clipboard
var
to
:
Int
?
values
Link copied to clipboard
val
values
:
List
<
String
>