toggle menu
lib
common
switch theme
search in API
lib
/
app.moviebase.trakt.model
/
TraktItemIds
Trakt
Item
Ids
@
Serializable
data
class
TraktItemIds
(
val
trakt
:
Int
?
=
null
,
val
slug
:
String
?
=
null
,
val
tmdb
:
Int
?
=
null
,
val
tvdb
:
Int
?
=
null
,
val
imdb
:
String
?
=
null
)
:
TraktIds
Members
Constructors
Trakt
Item
Ids
Link copied to clipboard
constructor
(
trakt
:
Int
?
=
null
,
slug
:
String
?
=
null
,
tmdb
:
Int
?
=
null
,
tvdb
:
Int
?
=
null
,
imdb
:
String
?
=
null
)
Properties
imdb
Link copied to clipboard
@
SerialName
(
value
=
"imdb"
)
open
override
val
imdb
:
String
?
=
null
slug
Link copied to clipboard
@
SerialName
(
value
=
"slug"
)
open
override
val
slug
:
String
?
=
null
tmdb
Link copied to clipboard
@
SerialName
(
value
=
"tmdb"
)
open
override
val
tmdb
:
Int
?
=
null
trakt
Link copied to clipboard
@
SerialName
(
value
=
"trakt"
)
open
override
val
trakt
:
Int
?
=
null
tvdb
Link copied to clipboard
@
SerialName
(
value
=
"tvdb"
)
val
tvdb
:
Int
?
=
null