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
/
TvEpisodeTranslations
Tv
Episode
Translations
data
class
TvEpisodeTranslations
(
val
id
:
Int
?
,
val
translations
:
List
<
TranslationListResult
>
=
emptyList()
)
:
TmdbType
,
TmdbIntId
(
source
)
Members
Constructors
Tv
Episode
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
?
)