SavedEpisode

data class SavedEpisode(addedAt: String, episode: Episode)

Represents an episode saved in a user's library

Parameters

addedAt

The date and time the album was saved.

episode

Information about the episode.

Constructors

SavedEpisode
Link copied to clipboard
common
fun SavedEpisode(addedAt: String, episode: Episode)
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.
episode
Link copied to clipboard
common
val episode: Episode
Information about the episode.

Sources

common source
Link copied to clipboard