Interface MusicVideosResponse

MusicVideosResponse ($ref: "VideoLibrary.GetMusicVideos.Response") Response structure for the GetMusicVideos method.

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

Properties

Properties

musicvideos: MusicVideoDetails[]