lib
common
lib
/
app.moviebase.trakt.model
/
TraktListIds
Trakt
List
Ids
@
Serializable
data
class
TraktListIds
(
val
trakt
:
Int
?
=
null
,
val
slug
:
String
?
=
null
)
Members
Constructors
Trakt
List
Ids
Link copied to clipboard
constructor
(
trakt
:
Int
?
=
null
,
slug
:
String
?
=
null
)
Properties
slug
Link copied to clipboard
val
slug
:
String
?
=
null
trakt
Link copied to clipboard
val
trakt
:
Int
?
=
null