TmdbMovieDetail
constructor(id: Int? = null, title: String? = null, originalTitle: String? = null, overview: String? = null, posterPath: String? = null, releaseDate: String? = null, voteAverage: Double? = null, genres: List<TmdbProvider.TmdbGenre>? = null, runtime: Int? = null, imdbId: String? = null, externalIds: TmdbProvider.TmdbIds? = null, videos: TmdbProvider.TmdbVideos? = null, credits: TmdbProvider.TmdbCredits? = null, recommendations: TmdbProvider.TmdbPageResult? = null, similar: TmdbProvider.TmdbPageResult? = null, releaseDates: TmdbProvider.TmdbReleaseDates? = null)(source)