LineUp

data class LineUp(val posterImage: String?, val daySplit: Boolean?, val complete: Boolean?, val incompleteText: List<String>?, val list: List<LineupItem>?)

Represents a lineup from Prismic in the Discovery API.

Holds lineup details, including poster image and list of items.

Constructors

Link copied to clipboard
constructor(posterImage: String?, daySplit: Boolean?, complete: Boolean?, incompleteText: List<String>?, list: List<LineupItem>?)

Properties

Link copied to clipboard

Indicates if the lineup is complete, if available.

Link copied to clipboard

Indicates if the lineup is split by day, if available.

Link copied to clipboard

List of text for incomplete lineup, if available.

Link copied to clipboard

List of lineup items, if available.

Link copied to clipboard

The poster image URL, if available.