Interface RecentlyAddedMusicVideosResponse

RecentlyAddedMusicVideosResponse ($ref: "VideoLibrary.GetRecentlyAddedMusicVideos.Response") Response structure for the GetRecentlyAddedMusicVideos method.

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

Properties

Properties

musicvideos: MusicVideoDetails[]