TvEpisodeDetails
constructor(airDate: LocalDate?, crew: List<CreditListResult> = emptyList(), episodeNumber: Int?, guestStars: List<CreditListResult> = emptyList(), name: String?, overview: String?, id: Int?, mediaType: MediaType?, episodeType: TvEpisodeType?, productionCode: String?, runtime: Int?, seasonNumber: String?, showId: Int?, stillPath: String?, voteAverage: Double?, voteCount: Int?, order: Int?, changes: TvEpisodeChanges?, credits: TvEpisodeCredits?, externalIds: TvEpisodeExternalIds?, images: TvEpisodeImages?, translations: TvEpisodeTranslations?, videos: TvEpisodeVideos?)