Trakt Sync Season
@Serializable
Constructors
Link copied to clipboard
constructor(ids: TraktItemIds, rating: Int? = null, watchedAt: Instant? = null, collectedAt: Instant? = null, ratedAt: Instant? = null, episodes: List<TraktSyncEpisode> = emptyList())