FAQ

data class FAQ(val question: String?, val answer: List<Paragraph>?)

Represents a FAQ entry from Prismic in the Discovery API.

Holds a question and its corresponding answer paragraphs.

Constructors

Link copied to clipboard
constructor(question: String?, answer: List<Paragraph>?)

Properties

Link copied to clipboard

List of answer paragraphs, if available.

Link copied to clipboard

The FAQ question, if available.