model
Toggle table of contents
2.0.240
common
Target filter
common
Switch theme
Search in API
Skip to content
model
model
/
com.jetbrains.fus.reporting.model.metadata
/
RangeRevision
Range
Revision
open
class
RangeRevision
(
val
from
:
Int
,
var
to
:
Int
?
)
Inheritors
ValidationRevision
Members
Constructors
Range
Revision
Link copied to clipboard
constructor
(
from
:
Int
,
to
:
Int
?
)
Properties
from
Link copied to clipboard
val
from
:
Int
to
Link copied to clipboard
var
to
:
Int
?