TvShowDetails

constructor(adult: Boolean?, backdropPath: String?, createdBy: List<PersonListResult> = emptyList(), episodeRunTime: List<Int> = emptyList(), firstAirDate: LocalDate?, genres: List<Genre> = emptyList(), homepage: String?, id: Int?, inProduction: Boolean?, languages: List<LanguageCode> = emptyList(), lastAirDate: LocalDate?, lastEpisodeToAir: TvEpisodeDetails?, nextEpisodeToAir: TvEpisodeDetails?, name: String?, networks: List<Network> = emptyList(), numberOfEpisodes: Int?, numberOfSeasons: Int?, originCountry: List<CountryCode> = emptyList(), originalLanguage: LanguageCode?, originalName: String?, overview: String?, popularity: Double?, posterPath: String?, productionCompanies: List<CompanyInfo> = emptyList(), productionCountries: List<Country> = emptyList(), seasons: List<TvSeasonDetails> = emptyList(), spokenLanguages: List<Language> = emptyList(), status: TvShowStatus?, tagline: String?, type: TvShowType?, voteAverage: Double?, voteCount: Int?, alternativeTitles: TvShowAlternativeTitles?, changes: TvShowChanges?, contentRatings: TvShowContentRatings?, credits: TvShowCredits?, externalIds: TvShowExternalIds?, images: TvShowImages?, keywords: TvShowKeywords?, recommendations: PaginatedListResults<TvListResult>?, screenedTheatrically: TvShowScreenedTheatrically?, similar: PaginatedListResults<TvListResult>?, translations: TvShowTranslations?, videos: TvShowVideos?)