Interface RecentlyPlayedMusicVideosResponse

RecentlyPlayedMusicVideosResponse ($ref: "VideoLibrary.GetRecentlyPlayedMusicVideos.Response") Response structure for the GetRecentlyPlayedMusicVideos method.

interface RecentlyPlayedMusicVideosResponse {
    limits: ListLimitsReturned;
    musicvideos: MusicVideoDetails[];
}

Properties

Properties

musicvideos: MusicVideoDetails[]