Interface MoviesResponse

MoviesResponse ($ref: "VideoLibrary.GetMovies.Response") Response structure for the GetMovies method.

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

Properties

Properties

movies: MovieDetails[]