LibrarySearchResponse

constructor(id: Int? = null, latestUpdatedTime: Long = 0, name: String = "", url: String = "", apiName: String = "", type: TvType? = null, posterUrl: String? = null, year: Int? = null, syncData: Map<String, String>? = null, quality: SearchQuality? = null, posterHeaders: Map<String, String>? = null, plot: String? = null, score: Score? = null, tags: List<String>? = null)(source)