Images

data class Images(val thumb: String? = null, val medium: String? = null, val poster: String? = null)(source)

Constructors

Link copied to clipboard
constructor(thumb: String? = null, medium: String? = null, poster: String? = null)

Properties

Link copied to clipboard
val medium: String? = null
Link copied to clipboard
val poster: String? = null
Link copied to clipboard
val thumb: String? = null