TraktEpisode

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