TmdbMovieDetail

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

Constructors

Link copied to clipboard
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)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: Int?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val runtime: Int?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val year: ERROR CLASS: Unresolved name: toIntOrNull