Interface RecentlyPlayedMoviesResponse

RecentlyPlayedMoviesResponse ($ref: "VideoLibrary.GetRecentlyPlayedMovies.Response") Response structure for the GetRecentlyPlayedMovies method.

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

Properties

Properties

movies: MovieDetails[]