Interface AlbumsResponse

AlbumsResponse ($ref: "AudioLibrary.GetAlbums.Response") Response structure for the GetAlbums method.

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

Properties

Properties

albums: Album[]