TmdbVideo

data class TmdbVideo(val key: String? = null, val site: String? = null, val type: String? = null)(source)

Constructors

Link copied to clipboard
constructor(key: String? = null, site: String? = null, type: String? = null)

Properties

Link copied to clipboard
val key: String?
Link copied to clipboard
val site: String?
Link copied to clipboard
val type: String?