HateOasLink

data class HateOasLink(val href: String)

Representation of a []link object](https://tools.ietf.org/html/draft-kelly-json-hal-08#section-5) according to HAL.

Constructors

Link copied to clipboard
fun HateOasLink(href: String)

Properties

Link copied to clipboard
val href: String

href property in URI format (not validated).