LineupItem

data class LineupItem(val name: String?, val date: String?, val url: String?)

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

Holds details like name, date, and URL for a lineup entry.

Constructors

Link copied to clipboard
constructor(name: String?, date: String?, url: String?)

Properties

Link copied to clipboard
val date: String?

The date of the lineup item, if available.

Link copied to clipboard
val name: String?

The name of the lineup item, if available.

Link copied to clipboard
val url: String?

The URL for the lineup item, if available.