lib
common
lib
/
app.moviebase.trakt.model
/
TraktPersonIds
Trakt
Person
Ids
@
Serializable
data
class
TraktPersonIds
(
val
trakt
:
Int
,
val
slug
:
String
?
=
null
,
val
tmdb
:
Int
?
=
null
,
val
imdb
:
String
?
=
null
,
val
tvrage
:
String
?
=
null
)
:
TraktIds
Members
Constructors
Trakt
Person
Ids
Link copied to clipboard
constructor
(
trakt
:
Int
,
slug
:
String
?
=
null
,
tmdb
:
Int
?
=
null
,
imdb
:
String
?
=
null
,
tvrage
:
String
?
=
null
)
Properties
imdb
Link copied to clipboard
open
override
val
imdb
:
String
?
=
null
slug
Link copied to clipboard
open
override
val
slug
:
String
?
=
null
tmdb
Link copied to clipboard
open
override
val
tmdb
:
Int
?
=
null
trakt
Link copied to clipboard
open
override
val
trakt
:
Int
tvrage
Link copied to clipboard
val
tvrage
:
String
?
=
null