Field¶
@LowLevelApi
data class Field(val name: String) : PathSegment
Path segment representing the name of a field.
This class isn't type-safe. Instead, see FieldDsl.div.
Constructors¶
Field¶
constructor(name: String)
Properties¶
name¶
Functions¶
toString¶
Returns the string representation of this PathSegment. To obtain the representation of an entire Path, see Path.toString.