jellyfin-sdk-kotlin
Toggle table of contents
latest-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
jellyfin-sdk-kotlin
jellyfin-model
/
org.jellyfin.sdk.model.api
/
CustomDatabaseOption
Custom
Database
Option
common
@
Serializable
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
common
constructor
(
key
:
String
,
value
:
String
)
Properties
key
Link copied to clipboard
common
@
SerialName
(
value
=
"Key"
)
val
key
:
String
The key of the value.
value
Link copied to clipboard
common
@
SerialName
(
value
=
"Value"
)
val
value
:
String
The value.