Link

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

Deprecated

This class is deprecated and will be removed in a future release.

Replace with

com.gravatar.restapi.models.Link

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