elasticmagic-kt
0.0.30
elasticmagic
/
dev.evo.elasticmagic.types
/
Join
Join
data
class
Join
(
val
name
:
String
,
val
parent
:
String
?
=
null
)
Join field value.
Constructors
Properties
Parameters
Parameters
name
is a name of the relation.
parent
is an optional parent document id.
Constructors
Join
Link copied to clipboard
fun
Join
(
name
:
String
,
parent
:
String
?
=
null
)
Properties
name
Link copied to clipboard
val
name
:
String
parent
Link copied to clipboard
val
parent
:
String
?
=
null