SavedShow

data class SavedShow(addedAt: String, show: SimpleShow)

Represents a show saved in a user's library

Parameters

addedAt

The date and time the album was saved.

show

Information about the show.

Constructors

SavedShow
Link copied to clipboard
common
fun SavedShow(addedAt: String, show: SimpleShow)
The date and time the album was saved.

Properties

addedAt
Link copied to clipboard
common
val addedAt: String
The date and time the album was saved.
show
Link copied to clipboard
common
val show: SimpleShow
Information about the show.

Sources

common source
Link copied to clipboard