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