toggle menu
tmdb-api-client
4.9.1-SNAPSHOT
jvm
switch theme
search in API
api
/
io.v47.tmdb.model
/
TvShowTranslations
Tv
Show
Translations
data
class
TvShowTranslations
(
val
id
:
Int
?
,
val
translations
:
List
<
TranslationListResult
>
=
emptyList()
)
:
TmdbType
,
TmdbIntId
Members
Constructors
Tv
Show
Translations
Link copied to clipboard
constructor
(
id
:
Int
?
,
translations
:
List
<
TranslationListResult
>
=
emptyList()
)
Properties
id
Link copied to clipboard
open
override
val
id
:
Int
?
translations
Link copied to clipboard
val
translations
:
List
<
TranslationListResult
>
Functions
handle
Unknown
Property
Link copied to clipboard
fun
handleUnknownProperty
(
key
:
String
,
value
:
Any
?
)