SavedShow

@Serializable
data class SavedShow(val addedAt: String, val show: SimpleShow)(source)

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

Link copied to clipboard
constructor(addedAt: String, show: SimpleShow)

Properties

Link copied to clipboard
@SerialName(value = "added_at")
val addedAt: String
Link copied to clipboard