TraktShow

constructor(title: String? = null, overview: String? = null, homepage: String? = null, certification: String? = null, country: String? = null, year: Int? = null, ids: TraktItemIds? = null, network: String? = null, airedEpisodes: Int? = null, firstAired: Instant? = null, runtime: Int? = null, rating: Float? = null, votes: Int? = null, status: TraktShowStatus? = null, airs: TraktAirs? = null, genres: List<String> = emptyList())