MongoDB request DSL • opensavvy.ktmongo.dsl.path • PathSegment • Field
Field¶
data class Field(val name: String) : PathSegment
Path segment representing the name of a field.
This class isn't meant to be used directly by end users. Instead, see div
.
Constructors¶
Field
¶
constructor(name: String)