shared
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.nubasu.spotify.webapi.wrapper.request.playlists
/
UpdatePlaylistItemsRequest
Update
Playlist
Items
Request
@
Serializable
data
class
UpdatePlaylistItemsRequest
(
val
uris
:
List
<
String
>
?
=
null
,
val
rangeStart
:
Int
?
=
null
,
val
insertBefore
:
Int
?
=
null
,
val
rangeLength
:
Int
?
=
null
,
val
snapshotId
:
String
?
=
null
)
Members
Constructors
Update
Playlist
Items
Request
Link copied to clipboard
constructor
(
uris
:
List
<
String
>
?
=
null
,
rangeStart
:
Int
?
=
null
,
insertBefore
:
Int
?
=
null
,
rangeLength
:
Int
?
=
null
,
snapshotId
:
String
?
=
null
)
Properties
insert
Before
Link copied to clipboard
@
SerialName
(
value
=
"insert_before"
)
val
insertBefore
:
Int
?
=
null
range
Length
Link copied to clipboard
@
SerialName
(
value
=
"range_length"
)
val
rangeLength
:
Int
?
=
null
range
Start
Link copied to clipboard
@
SerialName
(
value
=
"range_start"
)
val
rangeStart
:
Int
?
=
null
snapshot
Id
Link copied to clipboard
@
SerialName
(
value
=
"snapshot_id"
)
val
snapshotId
:
String
?
=
null
uris
Link copied to clipboard
val
uris
:
List
<
String
>
?
=
null