AnimeSearchResponse
constructor(name: String, url: String, apiName: String, type: TvType? = null, posterUrl: String? = null, year: Int? = null, dubStatus: EnumSet<DubStatus>? = null, otherName: String? = null, episodes: MutableMap<DubStatus, Int> = mutableMapOf(), id: Int? = null, quality: SearchQuality? = null, posterHeaders: Map<String, String>? = null, score: Score? = null)(source)
constructor(name: String, url: String, apiName: String, type: TvType? = null, posterUrl: String? = null, year: Int? = null, dubStatus: EnumSet<DubStatus>? = null, otherName: String? = null, episodes: MutableMap<DubStatus, Int> = mutableMapOf(), id: Int? = null, quality: SearchQuality? = null, posterHeaders: Map<String, String>? = null)(source)
Deprecated (with error)
Use newAnimeSearchResponse