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