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.config.v4
/
ConfigurationReleaseFilter
Configuration
Release
Filter
data
class
ConfigurationReleaseFilter
(
val
releaseType
:
String
?
=
null
,
val
from
:
Int
=
0
,
val
to
:
Int
=
Int.MAX_VALUE
)
Members
Constructors
Configuration
Release
Filter
Link copied to clipboard
constructor
(
releaseType
:
String
?
=
null
,
from
:
Int
=
0
,
to
:
Int
=
Int.MAX_VALUE
)
Properties
from
Link copied to clipboard
val
from
:
Int
release
Type
Link copied to clipboard
val
releaseType
:
String
?
to
Link copied to clipboard
val
to
:
Int
Functions
is
Valid
Link copied to clipboard
fun
isValid
(
)
:
Boolean
provide
Bucket
Range
Link copied to clipboard
fun
provideBucketRange
(
)
:
ConfigurationBucketRange
?