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
/
CollectionTranslationData
Collection
Translation
Data
data
class
CollectionTranslationData
(
val
title
:
String
?
,
val
overview
:
String
?
,
val
homepage
:
String
?
)
:
TmdbType
(
source
)
Members
Constructors
Collection
Translation
Data
Link copied to clipboard
constructor
(
title
:
String
?
,
overview
:
String
?
,
homepage
:
String
?
)
Properties
homepage
Link copied to clipboard
val
homepage
:
String
?
overview
Link copied to clipboard
val
overview
:
String
?
title
Link copied to clipboard
val
title
:
String
?
Functions
handle
Unknown
Property
Link copied to clipboard
fun
handleUnknownProperty
(
key
:
String
,
value
:
Any
?
)