TraktMediaItem

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

Constructors

Link copied to clipboard
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)

Properties

Link copied to clipboard
val collectedAt: Instant? = null
Link copied to clipboard
val episode: TraktEpisode? = null
Link copied to clipboard
val hiddenAt: Instant? = null
Link copied to clipboard
val ids: TraktIds? = null
Link copied to clipboard
val lastCollectedAt: Instant? = null
Link copied to clipboard
val lastUpdatedAt: Instant? = null
Link copied to clipboard
val lastWatchedAt: Instant? = null
Link copied to clipboard
val listedAt: Instant? = null
Link copied to clipboard
val movie: TraktMovie? = null
Link copied to clipboard
val plays: Int = 0
Link copied to clipboard
val ratedAt: Instant? = null
Link copied to clipboard
val rating: Int? = null
Link copied to clipboard
val season: TraktSeason? = null
Link copied to clipboard
Link copied to clipboard
val show: TraktShow? = null
Link copied to clipboard
val type: TraktMediaType? = null