Interface GetSongsResponse

GetSongsResponse ($ref: "VideoLibrary.GetSongs.Response") Response structure for the GetSongs method.

interface GetSongsResponse {
    limits: ListLimitsReturned;
    songs: VideoDetails[];
}

Properties

Properties

songs: VideoDetails[]