Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 511 Bytes

MovePlaylistItemRequestDto.md

File metadata and controls

12 lines (7 loc) · 511 Bytes

MovePlaylistItemRequestDto

Properties

Name Type Description Notes
playlist_item_id Option<uuid::Uuid> Gets or sets the playlist identifier of the item. [optional]
new_index Option<i32> Gets or sets the new position. [optional]

[Back to Model list] [Back to API list] [Back to README]