GalleryImage

data class GalleryImage(val url: URI)

Deprecated

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

Replace with

com.gravatar.restapi.models.GalleryImage

A gallery image a user has uploaded.

Parameters

url

The URL to the image.

Constructors

Link copied to clipboard
constructor(url: URI)

Properties

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