jellyfin-sdk-kotlin
Toggle table of contents
latest-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
jellyfin-sdk-kotlin
jellyfin-model
/
org.jellyfin.sdk.model.api
/
StringGroupUpdate
String
Group
Update
data
class
StringGroupUpdate
(
val
groupId
:
UUID
,
val
type
:
GroupUpdateType
,
val
data
:
String
)
Class GroupUpdate.
Members
Constructors
String
Group
Update
Link copied to clipboard
constructor
(
groupId
:
UUID
,
type
:
GroupUpdateType
,
data
:
String
)
Properties
data
Link copied to clipboard
val
data
:
String
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.