Href

data class Href(val href: String? = null) : Serializable

Constructors

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

Properties

Link copied to clipboard
val href: String? = null