TmdbFileImage

@Serializable
data class TmdbFileImage(val filePath: String, val aspectRation: Float, val height: Int, val width: Int, val iso639: String? = null, val voteAverage: Float? = null, val voteCount: Int? = null)

Constructors

Link copied to clipboard
constructor(filePath: String, aspectRation: Float, height: Int, width: Int, iso639: String? = null, voteAverage: Float? = null, voteCount: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val height: Int
Link copied to clipboard
val iso639: String? = null
Link copied to clipboard
val voteAverage: Float? = null
Link copied to clipboard
val voteCount: Int? = null
Link copied to clipboard
val width: Int