toggle menu
jellyfin-sdk-kotlin
latest-SNAPSHOT
common
switch theme
search in API
jellyfin-model
/
org.jellyfin.sdk.model.api
/
PlayQueueUpdateGroupUpdate
Play
Queue
Update
Group
Update
data
class
PlayQueueUpdateGroupUpdate
(
val
groupId
:
UUID
,
val
type
:
GroupUpdateType
,
val
data
:
PlayQueueUpdate
)
Class GroupUpdate.
Members
Constructors
Play
Queue
Update
Group
Update
Link copied to clipboard
constructor
(
groupId
:
UUID
,
type
:
GroupUpdateType
,
data
:
PlayQueueUpdate
)
Properties
data
Link copied to clipboard
val
data
:
PlayQueueUpdate
The update data.
group
Id
Link copied to clipboard
val
groupId
:
UUID
The group identifier.
type
Link copied to clipboard
val
type
:
GroupUpdateType
The update type.