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
/
EventGroupRemoteDescriptors
/
GroupBuildRange
Group
Build
Range
data
class
GroupBuildRange
(
var
from
:
String
?
=
null
,
var
to
:
String
?
=
null
)
Members
Constructors
Group
Build
Range
Link copied to clipboard
constructor
(
from
:
String
?
=
null
,
to
:
String
?
=
null
)
Properties
from
Link copied to clipboard
@
JvmField
var
from
:
String
?
to
Link copied to clipboard
@
JvmField
var
to
:
String
?