Header

data class Header(val title: String?, val image: Image?)

Represents header content from Prismic in the Discovery API.

Holds title and image details for a header section.

Constructors

Link copied to clipboard
constructor(title: String?, image: Image?)

Properties

Link copied to clipboard
val image: Image?

The header image details, if available.

Link copied to clipboard

The header title, if available.