toggle menu
tmdb-api-client
4.9.1-SNAPSHOT
jvm
switch theme
search in API
api
/
io.v47.tmdb.model
/
TvSeasonExternalIds
Tv
Season
External
Ids
data
class
TvSeasonExternalIds
(
val
id
:
Int
?
,
val
freebaseMid
:
String
?
,
val
freebaseId
:
String
?
,
val
tvdbId
:
Int
?
,
val
tvrageId
:
Int
?
,
val
wikidataId
:
String
?
)
:
TmdbType
,
TmdbIntId
Members
Constructors
Tv
Season
External
Ids
Link copied to clipboard
constructor
(
id
:
Int
?
,
freebaseMid
:
String
?
,
freebaseId
:
String
?
,
tvdbId
:
Int
?
,
tvrageId
:
Int
?
,
wikidataId
:
String
?
)
Properties
freebase
Id
Link copied to clipboard
val
freebaseId
:
String
?
freebase
Mid
Link copied to clipboard
val
freebaseMid
:
String
?
id
Link copied to clipboard
open
override
val
id
:
Int
?
tvdb
Id
Link copied to clipboard
val
tvdbId
:
Int
?
tvrage
Id
Link copied to clipboard
val
tvrageId
:
Int
?
wikidata
Id
Link copied to clipboard
val
wikidataId
:
String
?
Functions
handle
Unknown
Property
Link copied to clipboard
fun
handleUnknownProperty
(
key
:
String
,
value
:
Any
?
)