toggle menu
tmdb-api-client
4.9.1-SNAPSHOT
jvm
switch theme
search in API
api
/
io.v47.tmdb.model
/
TranslationListResult
/
TranslationData
Translation
Data
data
class
TranslationData
(
val
name
:
String
?
,
val
title
:
String
?
,
val
overview
:
String
?
,
val
tagline
:
String
?
,
val
runtime
:
Int
?
,
val
homepage
:
String
?
)
:
TmdbType
Members
Constructors
Translation
Data
Link copied to clipboard
constructor
(
name
:
String
?
,
title
:
String
?
,
overview
:
String
?
,
tagline
:
String
?
,
runtime
:
Int
?
,
homepage
:
String
?
)
Properties
homepage
Link copied to clipboard
val
homepage
:
String
?
name
Link copied to clipboard
val
name
:
String
?
overview
Link copied to clipboard
val
overview
:
String
?
runtime
Link copied to clipboard
val
runtime
:
Int
?
tagline
Link copied to clipboard
val
tagline
:
String
?
title
Link copied to clipboard
val
title
:
String
?
Functions
handle
Unknown
Property
Link copied to clipboard
fun
handleUnknownProperty
(
key
:
String
,
value
:
Any
?
)