VerifiedAccount

data class VerifiedAccount(val serviceType: String, val serviceLabel: String, val serviceIcon: URI, val url: URI)

Deprecated

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

Replace with

com.gravatar.restapi.models.VerifiedAccount

A verified account on a user's profile.

Parameters

serviceType

The type of the service.

serviceLabel

The name of the service.

serviceIcon

The URL to the service's icon.

url

The URL to the user's profile on the service.

Constructors

Link copied to clipboard
constructor(serviceType: String, serviceLabel: String, serviceIcon: URI, url: URI)

Properties

Link copied to clipboard
@SerializedName(value = "service_icon")
val serviceIcon: URI
Link copied to clipboard
@SerializedName(value = "service_label")
val serviceLabel: String
Link copied to clipboard
@SerializedName(value = "service_type")
val serviceType: String
Link copied to clipboard
@SerializedName(value = "url")
val url: URI