MovePlaylistItemRequestDto

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

The new position.

Link copied to clipboard

The playlist identifier of the item.