toggle menu
tmdb-api-client
4.9.1-SNAPSHOT
jvm
switch theme
search in API
api
/
io.v47.tmdb.model
/
Title
Title
data
class
Title
(
val
title
:
String
?
,
val
country
:
CountryCode
?
,
val
type
:
String
?
)
:
TmdbType
Members
Constructors
Title
Link copied to clipboard
constructor
(
title
:
String
?
,
country
:
CountryCode
?
,
type
:
String
?
)
Properties
country
Link copied to clipboard
val
country
:
CountryCode
?
title
Link copied to clipboard
val
title
:
String
?
type
Link copied to clipboard
val
type
:
String
?
Functions
handle
Unknown
Property
Link copied to clipboard
fun
handleUnknownProperty
(
key
:
String
,
value
:
Any
?
)