lib
common
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
val
ids
:
TraktListIds
?
=
null
name
Link copied to clipboard
val
name
:
String
?
=
null
privacy
Link copied to clipboard
val
privacy
:
TraktListPrivacy
?
=
null