Show
constructor(sortBy: TmdbDiscoverShowSortBy = TmdbDiscoverShowSortBy.POPULARITY, sortOrder: TmdbSortOrder = TmdbSortOrder.DESC, voteAverageGte: Float? = null, voteAverageLte: Float? = null, voteCountGte: Int? = null, voteCountLte: Int? = null, withGenres: TmdbDiscoverFilter<String>? = null, withoutGenres: TmdbDiscoverFilter<String>? = null, firstAirDate: TmdbDiscoverTimeRange? = null, airDateGte: String? = null, airDateLte: String? = null, withNetworks: TmdbDiscoverFilter<Int>? = null, withStatus: TmdbDiscoverFilter<TmdbShowStatus>? = null, withWatchProviders: TmdbDiscoverFilter<Int>? = null, watchRegion: String? = null, withWatchMonetizationTypes: List<TmdbWatchMonetizationType> = emptyList())