Interface RecentlyPlayedEpisodesResponse

RecentlyPlayedEpisodesResponse ($ref: "VideoLibrary.GetRecentlyPlayedEpisodes.Response") Response structure for the GetRecentlyPlayedEpisodes method.

interface RecentlyPlayedEpisodesResponse {
    episodes: EpisodeDetails[];
    limits: ListLimitsReturned;
}

Properties

Properties

episodes: EpisodeDetails[]