elasticmagic-kt
0.0.30
elasticmagic
/
dev.evo.elasticmagic.aggs
/
AggRange
Agg
Range
data
class
AggRange
<
T
>
(
val
from
:
T
?
=
null
,
val
to
:
T
?
=
null
,
val
key
:
String
?
=
null
)
Types
Constructors
Properties
Constructors
Agg
Range
Link copied to clipboard
fun
<
T
>
AggRange
(
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