model
Toggle table of contents
2.0.241
common
Target filter
common
Switch theme
Search in API
Skip to content
model
model
/
com.jetbrains.fus.reporting.model.config.v4
/
ConfigurationBucketRange
Configuration
Bucket
Range
data
class
ConfigurationBucketRange
(
val
from
:
Int
,
val
to
:
Int
)
Members
Constructors
Configuration
Bucket
Range
Link copied to clipboard
constructor
(
from
:
Int
,
to
:
Int
)
Properties
from
Link copied to clipboard
val
from
:
Int
to
Link copied to clipboard
val
to
:
Int
Functions
contains
Link copied to clipboard
fun
contains
(
bucket
:
Int
)
:
Boolean