lib
common
lib
/
app.moviebase.trakt.model
/
TraktAccount
Trakt
Account
@
Serializable
data
class
TraktAccount
(
val
timezone
:
String
?
=
null
,
val
coverImage
:
String
?
=
null
)
Members
Constructors
Trakt
Account
Link copied to clipboard
constructor
(
timezone
:
String
?
=
null
,
coverImage
:
String
?
=
null
)
Properties
cover
Image
Link copied to clipboard
val
coverImage
:
String
?
=
null
timezone
Link copied to clipboard
val
timezone
:
String
?
=
null