SoulLogger
Toggle table of contents
1.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
SoulLogger
SoulLogger
/
com.lestere.opensource.aggregation
/
AggregationResult
Aggregation
Result
data
class
AggregationResult
(
val
groups
:
List
<
GroupResult
>
,
val
totalCount
:
Int
,
val
timeRange
:
TimeRange
?
)
(
source
)
Members
Constructors
Aggregation
Result
Link copied to clipboard
constructor
(
groups
:
List
<
GroupResult
>
,
totalCount
:
Int
,
timeRange
:
TimeRange
?
)
Properties
groups
Link copied to clipboard
val
groups
:
List
<
GroupResult
>
time
Range
Link copied to clipboard
val
timeRange
:
TimeRange
?
total
Count
Link copied to clipboard
val
totalCount
:
Int