About

data class About(val image: String?, val intro: List<Paragraph>?, val info: List<Paragraph>?)

Represents about content from Prismic in the Discovery API.

Holds image and text content for introductory and informational sections.

Constructors

Link copied to clipboard
constructor(image: String?, intro: List<Paragraph>?, info: List<Paragraph>?)

Properties

Link copied to clipboard

The image URL, if available.

Link copied to clipboard

List of informational paragraphs, if available.

Link copied to clipboard

List of introductory paragraphs, if available.