SavedEpisode

@Serializable
data class SavedEpisode(val addedAt: String, val episode: Episode)(source)

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

Link copied to clipboard
constructor(addedAt: String, episode: Episode)

Properties

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