SyncResult

constructor(    id: String,     totalEpisodes: Int? = null,     title: String? = null,     publicScore: Int? = null,     duration: Int? = null,     synopsis: String? = null,     airStatus: ShowStatus? = null,     nextAiring: NextAiring? = null,     studio: List<String>? = null,     genres: List<String>? = null,     synonyms: List<String>? = null,     trailers: List<String>? = null,     isAdult: Boolean? = null,     posterUrl: String? = null,     backgroundPosterUrl: String? = null,     startDate: Long? = null,     endDate: Long? = null,     recommendations: List<SyncAPI.SyncSearchResult>? = null,     nextSeason: SyncAPI.SyncSearchResult? = null,     prevSeason: SyncAPI.SyncSearchResult? = null,     actors: List<ActorData>? = null)(source)