Image

data class Image(val largeHighRes: String?, val smallHighRes: String?, val lowRes: String?)

Represents image details from Prismic in the Discovery API.

Holds URLs for different image resolutions.

Constructors

Link copied to clipboard
constructor(largeHighRes: String?, smallHighRes: String?, lowRes: String?)

Properties

Link copied to clipboard

The large high-resolution image URL, if available.

Link copied to clipboard

The low-resolution image URL, if available.

Link copied to clipboard

The small high-resolution image URL, if available.