LinkResponse

data class LinkResponse(val description: String, val url: String)

Describes a URL link.

Constructors

Link copied to clipboard
constructor(description: String, url: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Describes what the link offers.

Link copied to clipboard
val url: String

The URL of the link.