Interface RecentlyAddedMoviesResponse

RecentlyAddedMoviesResponse ($ref: "VideoLibrary.GetRecentlyAddedMovies.Response") Response structure for the GetRecentlyAddedMovies method.

interface RecentlyAddedMoviesResponse {
    limits: ListLimitsReturned;
    movies: MovieDetails[];
}

Properties

Properties

movies: MovieDetails[]