ResultEpisode

@Serializable
data class ResultEpisode(val headerName: String, val name: String?, val poster: String?, val episode: Int, val seasonIndex: Int?, val season: Int?, val data: String, val apiName: String, val id: Int, val index: Int, val position: Long, val duration: Long, val score: Score?, val description: String?, val isFiller: Boolean?, val tvType: TvType, val parentId: Int, val videoWatchState: VideoWatchState, val totalEpisodeIndex: Int? = null, val airDate: Long? = null, val runTime: Int? = null, val seasonData: SeasonData? = null)(source)

Constructors

Link copied to clipboard
constructor(headerName: String, name: String?, poster: String?, episode: Int, seasonIndex: Int?, season: Int?, data: String, apiName: String, id: Int, index: Int, position: Long, duration: Long, score: Score?, description: String?, isFiller: Boolean?, tvType: TvType, parentId: Int, videoWatchState: VideoWatchState, totalEpisodeIndex: Int? = null, airDate: Long? = null, runTime: Int? = null, seasonData: SeasonData? = null)

Properties

Link copied to clipboard
@SerialName(value = "airDate")
val airDate: Long?
Link copied to clipboard
@SerialName(value = "apiName")
val apiName: String
Link copied to clipboard
@SerialName(value = "data")
val data: String
Link copied to clipboard
@SerialName(value = "description")
val description: String?
Link copied to clipboard
@SerialName(value = "duration")
val duration: Long
Link copied to clipboard
@SerialName(value = "episode")
val episode: Int
Link copied to clipboard
@SerialName(value = "headerName")
val headerName: String
Link copied to clipboard
@SerialName(value = "id")
val id: Int
Link copied to clipboard
@SerialName(value = "index")
val index: Int
Link copied to clipboard
@SerialName(value = "isFiller")
val isFiller: Boolean?
Link copied to clipboard
@SerialName(value = "name")
val name: String?
Link copied to clipboard
@SerialName(value = "parentId")
val parentId: Int
Link copied to clipboard
@SerialName(value = "position")
val position: Long
Link copied to clipboard
@SerialName(value = "poster")
val poster: String?
Link copied to clipboard
@SerialName(value = "runTime")
val runTime: Int?
Link copied to clipboard
@SerialName(value = "score")
val score: Score?
Link copied to clipboard
@SerialName(value = "season")
val season: Int?
Link copied to clipboard
@SerialName(value = "seasonData")
val seasonData: SeasonData?
Link copied to clipboard
@SerialName(value = "seasonIndex")
val seasonIndex: Int?
Link copied to clipboard
@SerialName(value = "totalEpisodeIndex")
val totalEpisodeIndex: Int?

Sum of all previous season episode counts + episode.

Link copied to clipboard
@SerialName(value = "tvType")
val tvType: TvType
Link copied to clipboard
@SerialName(value = "videoWatchState")
val videoWatchState: VideoWatchState

Conveys if the episode itself is marked as watched.

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard