Prismic Response
data class PrismicResponse(val header: Header?, val lineup: LineUp?, val about: About?, val news: List<News>?, val gallery: List<GalleryItem>?, val accessibility: Accessibility?, val faqs: List<FAQ>?, val countdownFooter: CountdownFooter?, val experience: Experience?, val location: Location?, val infoModule: InfoModule?)
Represents a Prismic content response in the Discovery API.
Holds various content sections like header, lineup, and FAQs.
Constructors
Link copied to clipboard
constructor(header: Header?, lineup: LineUp?, about: About?, news: List<News>?, gallery: List<GalleryItem>?, accessibility: Accessibility?, faqs: List<FAQ>?, countdownFooter: CountdownFooter?, experience: Experience?, location: Location?, infoModule: InfoModule?)
Properties
Link copied to clipboard
The accessibility content, if available.
Link copied to clipboard
The countdown footer content, if available.
Link copied to clipboard
The experience content, if available.
Link copied to clipboard
List of gallery items, if available.
Link copied to clipboard
The information module content, if available.