Interface PlaylistGetPlaylistsResponse

PlaylistGetPlaylistsResponse ($ref: "Playlist.GetPlaylists.Response") Response structure for the GetPlaylists method.

interface PlaylistGetPlaylistsResponse {
    playlists: PlaylistDetails[];
}

Properties

Properties

playlists: PlaylistDetails[]