Link

data class Link(val label: String, val url: URI)

A link the user has added to their profile.

Parameters

label

The label for the link.

url

The URL to the link.

Constructors

Link copied to clipboard
constructor(label: String, url: URI)

Properties

Link copied to clipboard
@SerializedName(value = "label")
val label: String
Link copied to clipboard
@SerializedName(value = "url")
val url: URI