TraktEpisode

data class TraktEpisode(val availableTranslations: List<String>? = null, val commentCount: Int? = null, val episodeType: String? = null, val firstAired: String? = null, val ids: TraktProvider.Ids? = null, val images: TraktProvider.Images? = null, val number: Int? = null, val numberAbs: Int? = null, val overview: String? = null, val rating: Double? = null, val runtime: Int? = null, val season: Int? = null, val title: String? = null, val updatedAt: String? = null, val votes: Int? = null)

Constructors

Link copied to clipboard
constructor(availableTranslations: List<String>? = null, commentCount: Int? = null, episodeType: String? = null, firstAired: String? = null, ids: TraktProvider.Ids? = null, images: TraktProvider.Images? = null, number: Int? = null, numberAbs: Int? = null, overview: String? = null, rating: Double? = null, runtime: Int? = null, season: Int? = null, title: String? = null, updatedAt: String? = null, votes: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val commentCount: Int? = null
Link copied to clipboard
val episodeType: String? = null
Link copied to clipboard
val firstAired: String? = null
Link copied to clipboard
val ids: TraktProvider.Ids? = null
Link copied to clipboard
Link copied to clipboard
val number: Int? = null
Link copied to clipboard
val numberAbs: Int? = null
Link copied to clipboard
val overview: String? = null
Link copied to clipboard
val rating: Double? = null
Link copied to clipboard
val runtime: Int? = null
Link copied to clipboard
val season: Int? = null
Link copied to clipboard
val title: String? = null
Link copied to clipboard
val updatedAt: String? = null
Link copied to clipboard
val votes: Int? = null