TraktMediaItem

constructor(ids: TraktIds? = null, rating: Int? = null, type: TraktMediaType? = null, seasons: List<TraktSeason> = emptyList(), movie: TraktMovie? = null, show: TraktShow? = null, episode: TraktEpisode? = null, season: TraktSeason? = null, plays: Int = 0, collectedAt: Instant? = null, lastCollectedAt: Instant? = null, lastWatchedAt: Instant? = null, lastUpdatedAt: Instant? = null, ratedAt: Instant? = null, listedAt: Instant? = null, hiddenAt: Instant? = null)