lib
common
lib
/
app.moviebase.trakt.model
/
TraktSyncMovie
Trakt
Sync
Movie
@
Serializable
data
class
TraktSyncMovie
(
val
ids
:
TraktItemIds
,
val
rating
:
Int
?
=
null
,
val
watchedAt
:
Instant
?
=
null
,
val
collectedAt
:
Instant
?
=
null
,
val
ratedAt
:
Instant
?
=
null
)
:
TraktSyncItem
Members
Constructors
Trakt
Sync
Movie
Link copied to clipboard
constructor
(
ids
:
TraktItemIds
,
rating
:
Int
?
=
null
,
watchedAt
:
Instant
?
=
null
,
collectedAt
:
Instant
?
=
null
,
ratedAt
:
Instant
?
=
null
)
Properties
collected
At
Link copied to clipboard
open
override
val
collectedAt
:
Instant
?
=
null
ids
Link copied to clipboard
open
override
val
ids
:
TraktItemIds
rated
At
Link copied to clipboard
open
override
val
ratedAt
:
Instant
?
=
null
rating
Link copied to clipboard
open
override
val
rating
:
Int
?
=
null
watched
At
Link copied to clipboard
open
override
val
watchedAt
:
Instant
?
=
null