Tmdb4List

@Serializable
data class Tmdb4List(val posterPath: String? = null, val id: Int, val backdropPath: String? = null, val totalResults: Int, val public: Boolean, val revenue: String, val page: Int, val results: List<TmdbMediaListItem>, val iso639: String, val totalPages: Int, val description: String? = null, val createdBy: Tmdb4Account, val iso3166: String? = null, val averageRating: Float? = null, val runtime: Int? = null, val name: String)

Constructors

Link copied to clipboard
constructor(posterPath: String? = null, id: Int, backdropPath: String? = null, totalResults: Int, public: Boolean, revenue: String, page: Int, results: List<TmdbMediaListItem>, iso639: String, totalPages: Int, description: String? = null, createdBy: Tmdb4Account, iso3166: String? = null, averageRating: Float? = null, runtime: Int? = null, name: String)

Properties

Link copied to clipboard
@SerialName(value = "average_rating")
val averageRating: Float? = null
Link copied to clipboard
@SerialName(value = "backdrop_path")
val backdropPath: String? = null
Link copied to clipboard
@SerialName(value = "created_by")
val createdBy: Tmdb4Account
Link copied to clipboard
val description: String? = null
Link copied to clipboard
val id: Int
Link copied to clipboard
@SerialName(value = "iso_3166_1")
val iso3166: String? = null
Link copied to clipboard
@SerialName(value = "iso_639_1")
val iso639: String
Link copied to clipboard
Link copied to clipboard
val page: Int
Link copied to clipboard
@SerialName(value = "poster_path")
val posterPath: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "runtime")
val runtime: Int? = null
Link copied to clipboard
@SerialName(value = "total_pages")
val totalPages: Int
Link copied to clipboard
@SerialName(value = "total_results")
val totalResults: Int