tmdb-api-client
Toggle table of contents
5.4.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
tmdb-api-client
api
/
io.v47.tmdb.model
/
Title
Title
data
class
Title
(
val
title
:
String
?
,
val
country
:
CountryCode
?
,
val
type
:
String
?
)
:
TmdbType
(
source
)
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
?
)