TraktSyncEpisode

@Serializable
data class TraktSyncEpisode(val ids: TraktItemIds, val rating: Int? = null, val watchedAt: Instant? = null, val collectedAt: Instant? = null, val ratedAt: Instant? = null)

Constructors

Link copied to clipboard
constructor(ids: TraktItemIds, rating: Int? = null, watchedAt: Instant? = null, collectedAt: Instant? = null, ratedAt: Instant? = null)

Properties

Link copied to clipboard
val collectedAt: Instant? = null
Link copied to clipboard
Link copied to clipboard
val ratedAt: Instant? = null
Link copied to clipboard
val rating: Int? = null
Link copied to clipboard
val watchedAt: Instant? = null