GalleryImage

data class GalleryImage(val url: URI)

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