TvShow

constructor(id: String?, title: String, posterImage: String?, homePage: String?, backdropImage: String? = null, logoImage: String? = null, tmdbId: Int? = null, imdbId: String? = null, language: String? = null, releaseDate: String? = null, parsedReleaseDate: String? = null, rating: Double? = null, producers: List<Company> = emptyList(), recommendations: List<FilmSearchItem> = emptyList(), providerId: String, adult: Boolean = false, overview: String? = null, tagLine: String? = null, year: Int? = null, genres: List<Genre> = emptyList(), cast: List<Person> = emptyList(), customProperties: Map<String, String?> = emptyMap(), networks: List<Company> = emptyList(), seasons: List<Season> = emptyList(), totalEpisodes: Int = 0, totalSeasons: Int = 0, runtime: Int? = null)(source)