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
@SerialName(value = "id")
val id: String
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? = null
Link copied to clipboard
@SerialName(value = "key")
val key: String? = null
Link copied to clipboard
@SerialName(value = "name")
val name: String? = null
Link copied to clipboard
@SerialName(value = "site")
val site: TmdbVideoSite? = null
Link copied to clipboard
@SerialName(value = "size")
val size: Int? = null
Link copied to clipboard
@SerialName(value = "type")
val type: TmdbVideoType? = null