Link

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

Represents a link in the Discovery API.

Holds a URL for a related resource.

Constructors

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

Properties

Link copied to clipboard
val href: String? = null

The URL of the link, if available.