Self

data class Self(val href: String? = null)

Represents a self-referential link in the Discovery API.

Holds a URL referencing the resource itself.

Constructors

Link copied to clipboard
constructor(href: String? = null)

Properties

Link copied to clipboard
val href: String? = null

The self-referential URL, if available.