PrismicImage

data class PrismicImage(val lowRes: String? = null, val highRes: String? = null)

Represents an image from Prismic in the Discovery API.

Holds URLs for low and high-resolution images.

Constructors

Link copied to clipboard
constructor(lowRes: String? = null, highRes: String? = null)

Properties

Link copied to clipboard
val highRes: String? = null

The high-resolution image URL, if available.

Link copied to clipboard
val lowRes: String? = null

The low-resolution image URL, if available.