toggle menu
jellyfin-sdk-kotlin
latest-SNAPSHOT
common
switch theme
search in API
jellyfin-model
/
org.jellyfin.sdk.model.api
/
QueryFiltersLegacy
Query
Filters
Legacy
data
class
QueryFiltersLegacy
(
val
genres
:
List
<
String
>
?
=
null
,
val
tags
:
List
<
String
>
?
=
null
,
val
officialRatings
:
List
<
String
>
?
=
null
,
val
years
:
List
<
Int
>
?
=
null
)
Members
Constructors
Query
Filters
Legacy
Link copied to clipboard
constructor
(
genres
:
List
<
String
>
?
=
null
,
tags
:
List
<
String
>
?
=
null
,
officialRatings
:
List
<
String
>
?
=
null
,
years
:
List
<
Int
>
?
=
null
)
Properties
genres
Link copied to clipboard
val
genres
:
List
<
String
>
?
=
null
official
Ratings
Link copied to clipboard
val
officialRatings
:
List
<
String
>
?
=
null
tags
Link copied to clipboard
val
tags
:
List
<
String
>
?
=
null
years
Link copied to clipboard
val
years
:
List
<
Int
>
?
=
null