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
val averageRating: Float? = null
Link copied to clipboard
val backdropPath: String? = null
Link copied to clipboard
Link copied to clipboard
val description: String? = null
Link copied to clipboard
val id: Int
Link copied to clipboard
val iso3166: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val page: Int
Link copied to clipboard
val posterPath: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val runtime: Int? = null
Link copied to clipboard
Link copied to clipboard