Reference

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

An unexpanded ID reference to a location.

Constructors

Link copied to clipboard
fun Reference(id: String)

Properties

Link copied to clipboard
open override val id: String

Location's ID. Available in either return type.