toggle menu
lib
common
switch theme
search in API
lib
/
app.moviebase.trakt.model
/
TraktList
Trakt
List
@
Serializable
data
class
TraktList
(
val
name
:
String
?
=
null
,
val
ids
:
TraktListIds
?
=
null
,
val
privacy
:
TraktListPrivacy
?
=
null
)
Members
Constructors
Trakt
List
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
ids
:
TraktListIds
?
=
null
,
privacy
:
TraktListPrivacy
?
=
null
)
Properties
ids
Link copied to clipboard
@
SerialName
(
value
=
"ids"
)
val
ids
:
TraktListIds
?
=
null
name
Link copied to clipboard
@
SerialName
(
value
=
"name"
)
val
name
:
String
?
=
null
privacy
Link copied to clipboard
@
SerialName
(
value
=
"privacy"
)
val
privacy
:
TraktListPrivacy
?
=
null