Interface RecentlyPlayedAlbumsResponse

RecentlyPlayedAlbumsResponse ($ref: "AudioLibrary.GetRecentlyPlayedAlbums.Response") Response structure for the GetRecentlyPlayedAlbums method.

interface RecentlyPlayedAlbumsResponse {
    albums: Album[];
    limits: ListLimitsReturned;
}

Properties

Properties

albums: Album[]