Join

data class Join(name: String, parent: String?)

Join field value.

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)
is a name of the relation.

Properties

name
Link copied to clipboard
val name: String
is a name of the relation.
parent
Link copied to clipboard
val parent: String? = null
is an optional parent document id.