Reference

@JsonClass(generateAdapter = true)
data class Reference(val id: String) : ExpandableLocation

An unexpanded ID reference to a location.

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
open override val id: String

Location's ID. Available in either return type.