TvShow
@Serializable
Represents a detailed information of a TV show.
See also
Constructors
Link copied to clipboard
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)
Properties
Link copied to clipboard
The backdrop image of the TV show.
Link copied to clipboard
A map of custom properties associated with the film. Add any properties that your response/resource needs. Also, serialize the value of the property to string.
Link copied to clipboard
Link copied to clipboard
Indicates whether the film is from TMDB (optional).
Link copied to clipboard
The parsed release date of the TV show.
Link copied to clipboard
The poster image of the TV show.
Link copied to clipboard
The provider id of the provider this film came from.
Link copied to clipboard
A list of recommended films.
Link copied to clipboard
The release date of the TV show.
Link copied to clipboard
Link copied to clipboard
The total number of episodes in the TV show.
Link copied to clipboard
The total number of seasons in the TV show.