Title

data class Title(val title: String?, val country: CountryCode?, val type: String?) : TmdbType

Constructors

Link copied to clipboard
constructor(title: String?, country: CountryCode?, type: String?)

Properties

Link copied to clipboard
val country: CountryCode?
Link copied to clipboard
Link copied to clipboard
val type: String?

Functions

Link copied to clipboard
fun handleUnknownProperty(key: String, value: Any?)