QueryFiltersLegacy

@Serializable
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
@SerialName(value = "Genres")
val genres: List<String>?
Link copied to clipboard
@SerialName(value = "OfficialRatings")
val officialRatings: List<String>?
Link copied to clipboard
@SerialName(value = "Tags")
val tags: List<String>?
Link copied to clipboard
@SerialName(value = "Years")
val years: List<Int>?