Movie

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, rating: Double? = null, producers: List<Company> = emptyList(), recommendations: List<FilmSearchItem> = emptyList(), providerId: String, adult: Boolean = false, runtime: Int? = null, overview: String? = null, tagLine: String? = null, year: Int? = null, genres: List<Genre> = emptyList(), cast: List<Person> = emptyList(), customProperties: Map<String, String?> = emptyMap(), collection: TMDBCollection? = null)(source)