Interface TVShowDetailsResponse

TVShowDetailsResponse ($ref: "VideoLibrary.GetTVShowDetails.Response") Response structure for the GetTVShowDetails method.

interface TVShowDetailsResponse {
    tvshowdetails: TVShowDetails;
}

Properties

Properties

tvshowdetails: TVShowDetails