Interface TVShowsResponse

TVShowsResponse ($ref: "VideoLibrary.GetTVShows.Response") Response structure for the GetTVShows method.

interface TVShowsResponse {
    limits: ListLimitsReturned;
    tvshows: TVShowDetails[];
}

Properties

Properties

tvshows: TVShowDetails[]