Result Episode
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 rating: Int?, 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)
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, rating: Int?, description: String?, isFiller: Boolean?, tvType: TvType, parentId: Int, videoWatchState: VideoWatchState, totalEpisodeIndex: Int? = null, airDate: Long? = null, runTime: Int? = null)