LinkData

data class LinkData(val id: Int? = null, val traktId: Int? = null, val traktSlug: String? = null, val tmdbId: Int? = null, val imdbId: String? = null, val tvdbId: Int? = null, val tvrageId: String? = null, val type: String? = null, val season: Int? = null, val episode: Int? = null, val aniId: String? = null, val animeId: String? = null, val title: String? = null, val year: Int? = null, val orgTitle: String? = null, val isAnime: Boolean = false, val airedYear: Int? = null, val lastSeason: Int? = null, val epsTitle: String? = null, val jpTitle: String? = null, val date: String? = null, val airedDate: String? = null, val isAsian: Boolean = false, val isBollywood: Boolean = false, val isCartoon: Boolean = false)(source)

Constructors

Link copied to clipboard
constructor(id: Int? = null, traktId: Int? = null, traktSlug: String? = null, tmdbId: Int? = null, imdbId: String? = null, tvdbId: Int? = null, tvrageId: String? = null, type: String? = null, season: Int? = null, episode: Int? = null, aniId: String? = null, animeId: String? = null, title: String? = null, year: Int? = null, orgTitle: String? = null, isAnime: Boolean = false, airedYear: Int? = null, lastSeason: Int? = null, epsTitle: String? = null, jpTitle: String? = null, date: String? = null, airedDate: String? = null, isAsian: Boolean = false, isBollywood: Boolean = false, isCartoon: Boolean = false)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val date: String?
Link copied to clipboard
val episode: Int?
Link copied to clipboard
Link copied to clipboard
val id: Int?
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
Link copied to clipboard
Link copied to clipboard
val season: Int?
Link copied to clipboard
Link copied to clipboard
val tmdbId: Int?
Link copied to clipboard
val traktId: Int?
Link copied to clipboard
Link copied to clipboard
val tvdbId: Int?
Link copied to clipboard
Link copied to clipboard
val type: String?
Link copied to clipboard
val year: Int?