toggle menu
jellyfin-sdk-kotlin
latest-SNAPSHOT
common
switch theme
search in API
jellyfin-model
/
org.jellyfin.sdk.model.api
/
GeneralCommand
General
Command
data
class
GeneralCommand
(
val
name
:
GeneralCommandType
,
val
controllingUserId
:
UUID
,
val
arguments
:
Map
<
String
,
String
?
>
)
Members
Constructors
General
Command
Link copied to clipboard
constructor
(
name
:
GeneralCommandType
,
controllingUserId
:
UUID
,
arguments
:
Map
<
String
,
String
?
>
)
Properties
arguments
Link copied to clipboard
val
arguments
:
Map
<
String
,
String
?
>
controlling
User
Id
Link copied to clipboard
val
controllingUserId
:
UUID
name
Link copied to clipboard
val
name
:
GeneralCommandType
This exists simply to identify a set of known commands.