Tmdb Show Detail
constructor(id: Int, name: String, posterPath: String?, backdropPath: String?, popularity: Float, firstAirDate: LocalDate? = null, lastAirDate: LocalDate? = null, genres: List<TmdbGenre>, lastEpisodeToAir: TmdbEpisode? = null, nextEpisodeToAir: TmdbEpisode? = null, numberOfEpisodes: Int, numberOfSeasons: Int, episodeRuntime: List<Int>, productionCompanies: List<TmdbCompany>? = null, homepage: String? = null, inProduction: Boolean, seasons: List<TmdbSeason>, networks: List<TmdbNetwork> = emptyList(), status: TmdbShowStatus? = null, type: TmdbShowType? = null, languages: List<String>, originCountry: List<String>, originalLanguage: String, originalName: String, overview: String, tagline: String, voteAverage: Float, voteCount: Int, externalIds: TmdbExternalIds? = null, watchProviders: TmdbWatchProviderResult? = null, credits: TmdbCredits? = null, aggregateCredits: TmdbAggregateCredits? = null, videos: TmdbResult<TmdbVideo>? = null, contentRatings: TmdbResult<TmdbContentRating>? = null, images: TmdbImages? = null, createdBy: List<TmdbShowCreatedBy>? = null)