QueryFiltersLegacy

data class QueryFiltersLegacy(val genres: List<String>? = null, val tags: List<String>? = null, val officialRatings: List<String>? = null, val years: List<Int>? = null)

Constructors

Link copied to clipboard
constructor(genres: List<String>? = null, tags: List<String>? = null, officialRatings: List<String>? = null, years: List<Int>? = null)

Properties

Link copied to clipboard
val genres: List<String>? = null
Link copied to clipboard
Link copied to clipboard
val tags: List<String>? = null
Link copied to clipboard
val years: List<Int>? = null