CountdownFooter

data class CountdownFooter(val largeImage: String?, val smallImage: String?, val date: String?, val dateDisplay: String?)

Represents countdown footer content from Prismic in the Discovery API.

Holds image and date details for a countdown display.

Constructors

Link copied to clipboard
constructor(largeImage: String?, smallImage: String?, date: String?, dateDisplay: String?)

Properties

Link copied to clipboard
val date: String?

The countdown date, if available.

Link copied to clipboard

The display format of the date, if available.

Link copied to clipboard

The large image URL, if available.

Link copied to clipboard

The small image URL, if available.