TmdbVideo

@Serializable
data class TmdbVideo(val id: String, val iso639: String? = null, val iso3166: String? = null, val key: String? = null, val site: TmdbVideoSite? = null, val name: String? = null, val size: Int? = null, val type: TmdbVideoType? = null)

Constructors

Link copied to clipboard
constructor(id: String, iso639: String? = null, iso3166: String? = null, key: String? = null, site: TmdbVideoSite? = null, name: String? = null, size: Int? = null, type: TmdbVideoType? = null)

Properties

Link copied to clipboard
val id: String
Link copied to clipboard
val iso3166: String? = null
Link copied to clipboard
val iso639: String? = null
Link copied to clipboard
val key: String? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val site: TmdbVideoSite? = null
Link copied to clipboard
val size: Int? = null
Link copied to clipboard
val type: TmdbVideoType? = null