toggle menu
elasticmagic-kt
0.3.4
common
switch theme
search in API
elasticmagic
/
dev.evo.elasticmagic.aggs
/
AggRange
Agg
Range
data
class
AggRange
<
T
>
(
val
from
:
T
?
=
null
,
val
to
:
T
?
=
null
,
val
key
:
String
?
=
null
)
Members
Constructors
Agg
Range
Link copied to clipboard
constructor
(
from
:
T
?
=
null
,
to
:
T
?
=
null
,
key
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
from
Link copied to clipboard
val
from
:
T
?
=
null
key
Link copied to clipboard
val
key
:
String
?
=
null
to
Link copied to clipboard
val
to
:
T
?
=
null