Experience

data class Experience(val tabs: List<String>?, val list: List<ExperienceItem>?)

Represents experience content from Prismic in the Discovery API.

Holds tab names and a list of experience items.

Constructors

Link copied to clipboard
constructor(tabs: List<String>?, list: List<ExperienceItem>?)

Properties

Link copied to clipboard

List of experience items, if available.

Link copied to clipboard

List of tab names, if available.