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
/
RemovePlaylistItemsRequest
Remove
Playlist
Items
Request
@
Serializable
data
class
RemovePlaylistItemsRequest
(
val
items
:
List
<
TrackUri
>
,
val
snapshotId
:
String
?
=
null
)
Members
Constructors
Remove
Playlist
Items
Request
Link copied to clipboard
constructor
(
items
:
List
<
TrackUri
>
,
snapshotId
:
String
?
=
null
)
Properties
items
Link copied to clipboard
@
SerialName
(
value
=
"items"
)
val
items
:
List
<
TrackUri
>
snapshot
Id
Link copied to clipboard
@
SerialName
(
value
=
"snapshot_id"
)
val
snapshotId
:
String
?
=
null