toggle menu
jellyfin-sdk-kotlin
latest-SNAPSHOT
common
switch theme
search in API
jellyfin-model
/
org.jellyfin.sdk.model.api
/
TypeOptions
Type
Options
data
class
TypeOptions
(
val
type
:
String
?
=
null
,
val
metadataFetchers
:
List
<
String
>
?
=
null
,
val
metadataFetcherOrder
:
List
<
String
>
?
=
null
,
val
imageFetchers
:
List
<
String
>
?
=
null
,
val
imageFetcherOrder
:
List
<
String
>
?
=
null
,
val
imageOptions
:
List
<
ImageOption
>
?
=
null
)
Members
Constructors
Type
Options
Link copied to clipboard
constructor
(
type
:
String
?
=
null
,
metadataFetchers
:
List
<
String
>
?
=
null
,
metadataFetcherOrder
:
List
<
String
>
?
=
null
,
imageFetchers
:
List
<
String
>
?
=
null
,
imageFetcherOrder
:
List
<
String
>
?
=
null
,
imageOptions
:
List
<
ImageOption
>
?
=
null
)
Properties
image
Fetcher
Order
Link copied to clipboard
val
imageFetcherOrder
:
List
<
String
>
?
=
null
image
Fetchers
Link copied to clipboard
val
imageFetchers
:
List
<
String
>
?
=
null
image
Options
Link copied to clipboard
val
imageOptions
:
List
<
ImageOption
>
?
=
null
metadata
Fetcher
Order
Link copied to clipboard
val
metadataFetcherOrder
:
List
<
String
>
?
=
null
metadata
Fetchers
Link copied to clipboard
val
metadataFetchers
:
List
<
String
>
?
=
null
type
Link copied to clipboard
val
type
:
String
?
=
null