toggle menu
jellyfin-sdk-kotlin
latest-SNAPSHOT
common
switch theme
search in API
jellyfin-model
/
org.jellyfin.sdk.model.api
/
MovePlaylistItemRequestDto
Move
Playlist
Item
Request
Dto
data
class
MovePlaylistItemRequestDto
(
val
playlistItemId
:
UUID
,
val
newIndex
:
Int
)
Class MovePlaylistItemRequestDto.
Members
Constructors
Move
Playlist
Item
Request
Dto
Link copied to clipboard
constructor
(
playlistItemId
:
UUID
,
newIndex
:
Int
)
Properties
new
Index
Link copied to clipboard
val
newIndex
:
Int
The new position.
playlist
Item
Id
Link copied to clipboard
val
playlistItemId
:
UUID
The playlist identifier of the item.