Interface RecentlyAddedEpisodesResponse

RecentlyAddedEpisodesResponse ($ref: "VideoLibrary.GetRecentlyAddedEpisodes.Response") Response structure for the GetRecentlyAddedEpisodes method.

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

Properties

Properties

episodes: EpisodeDetails[]