MovePlaylistItemRequestDto

@Serializable
data class MovePlaylistItemRequestDto(val playlistItemId: UUID, val newIndex: Int)

Class MovePlaylistItemRequestDto.

Constructors

Link copied to clipboard
constructor(playlistItemId: UUID, newIndex: Int)

Properties

Link copied to clipboard
@SerialName(value = "NewIndex")
val newIndex: Int

The new position.

Link copied to clipboard
@SerialName(value = "PlaylistItemId")
val playlistItemId: UUID

The playlist identifier of the item.