toggle menu
elasticmagic-kt
0.3.4
common
switch theme
search in API
elasticmagic
/
dev.evo.elasticmagic.types
/
Join
Join
data
class
Join
(
val
name
:
String
,
val
parent
:
String
?
=
null
)
Join field value.
Parameters
name
is a name of the relation.
parent
is an optional parent document id.
Members
Constructors
Join
Link copied to clipboard
constructor
(
name
:
String
,
parent
:
String
?
=
null
)
Properties
name
Link copied to clipboard
val
name
:
String
parent
Link copied to clipboard
val
parent
:
String
?
=
null