toggle menu
jellyfin-sdk-kotlin
latest-SNAPSHOT
common
switch theme
search in API
jellyfin-model
/
org.jellyfin.sdk.model.api
/
DeviceOptionsDto
Device
Options
Dto
data
class
DeviceOptionsDto
(
val
id
:
Int
,
val
deviceId
:
String
?
=
null
,
val
customName
:
String
?
=
null
)
A dto representing custom options for a device.
Members
Constructors
Device
Options
Dto
Link copied to clipboard
constructor
(
id
:
Int
,
deviceId
:
String
?
=
null
,
customName
:
String
?
=
null
)
Properties
custom
Name
Link copied to clipboard
val
customName
:
String
?
=
null
The custom name.
device
Id
Link copied to clipboard
val
deviceId
:
String
?
=
null
The device id.
id
Link copied to clipboard
val
id
:
Int
The id.