ExperienceItem

data class ExperienceItem(val image: String?, val title: String?, val description: List<Paragraph>?, val edpUrl: String?, val tab: String?)

Represents an individual experience item from Prismic in the Discovery API.

Holds details like image, title, and description for an experience.

Constructors

Link copied to clipboard
constructor(image: String?, title: String?, description: List<Paragraph>?, edpUrl: String?, tab: String?)

Properties

Link copied to clipboard

List of description paragraphs, if available.

Link copied to clipboard

The EDP URL for the experience, if available.

Link copied to clipboard

The image URL, if available.

Link copied to clipboard
val tab: String?

The associated tab name, if available.

Link copied to clipboard

The experience title, if available.