LibrarySearchResponse

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