Interface GetAlbumsResponse

GetAlbumsResponse ($ref: "VideoLibrary.GetAlbums.Response") Response structure for the GetAlbums method.

interface GetAlbumsResponse {
    albums: MovieDetails[];
    limits: ListLimitsReturned;
}

Properties

Properties

albums: MovieDetails[]