toggle menu
tmdb-api-client
4.9.1-SNAPSHOT
jvm
switch theme
search in API
api
/
io.v47.tmdb.model
/
MovieExternalIds
Movie
External
Ids
data
class
MovieExternalIds
(
val
id
:
Int
?
,
val
imdbId
:
String
?
,
val
facebookId
:
String
?
,
val
instagramId
:
String
?
,
val
twitterId
:
String
?
,
val
wikidataId
:
String
?
)
:
TmdbType
,
TmdbIntId
Members
Constructors
Movie
External
Ids
Link copied to clipboard
constructor
(
id
:
Int
?
,
imdbId
:
String
?
,
facebookId
:
String
?
,
instagramId
:
String
?
,
twitterId
:
String
?
,
wikidataId
:
String
?
)
Properties
facebook
Id
Link copied to clipboard
val
facebookId
:
String
?
id
Link copied to clipboard
open
override
val
id
:
Int
?
imdb
Id
Link copied to clipboard
val
imdbId
:
String
?
instagram
Id
Link copied to clipboard
val
instagramId
:
String
?
twitter
Id
Link copied to clipboard
val
twitterId
:
String
?
wikidata
Id
Link copied to clipboard
val
wikidataId
:
String
?
Functions
handle
Unknown
Property
Link copied to clipboard
fun
handleUnknownProperty
(
key
:
String
,
value
:
Any
?
)