Links

data class Links(val self: Self? = null)

Represents a collection of links in the Discovery API.

Holds a self-referential link for a resource.

Constructors

Link copied to clipboard
constructor(self: Self? = null)

Properties

Link copied to clipboard
val self: Self? = null

The self-referential link, if available.