toggle menu
jellyfin-sdk-kotlin
latest-SNAPSHOT
common
switch theme
search in API
jellyfin-model
/
org.jellyfin.sdk.model.api
/
UpdatePlaylistDto
/
UpdatePlaylistDto
Update
Playlist
Dto
constructor
(
name
:
String
?
=
null
,
ids
:
List
<
UUID
>
?
=
null
,
users
:
List
<
PlaylistUserPermissions
>
?
=
null
,
isPublic
:
Boolean
?
=
null
)