FilmSearchItem
@Serializable
Represents a film search result item.
See also
Constructors
Link copied to clipboard
constructor(id: String?, providerId: String, filmType: FilmType, homePage: String?, title: String, posterImage: String?, adult: Boolean = false, backdropImage: String? = null, imdbId: String? = null, tmdbId: Int? = null, releaseDate: String? = null, rating: Double? = null, language: String? = null, overview: String? = null, year: Int? = null, logoImage: String? = null, genres: List<Genre> = emptyList(), customProperties: Map<String, String?> = emptyMap(), voteCount: Int = 0, genreIds: List<Int> = emptyList())
Properties
Link copied to clipboard
The URL of the film's backdrop image.
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 film in a consistent format.
Link copied to clipboard
The URL of the film's poster image.
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 film.
Link copied to clipboard