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)(source)

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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val number: Int?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val runtime: Int?
Link copied to clipboard
val season: Int?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val votes: Int?