jellyfin-sdk-kotlin
Toggle table of contents
latest-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
jellyfin-sdk-kotlin
jellyfin-model
/
org.jellyfin.sdk.model.api
/
CustomDatabaseOption
Custom
Database
Option
data
class
CustomDatabaseOption
(
val
key
:
String
,
val
value
:
String
)
The custom value option for custom database providers.
Members
Constructors
Custom
Database
Option
Link copied to clipboard
constructor
(
key
:
String
,
value
:
String
)
Properties
key
Link copied to clipboard
val
key
:
String
The key of the value.
value
Link copied to clipboard
val
value
:
String
The value.