Accessibility

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

Represents accessibility content from Prismic in the Discovery API.

Holds image, text, and booking information for accessibility details.

Constructors

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

Properties

Link copied to clipboard

List of booking information, if available.

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.