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
/
AddItemsToPlaylistRequest
Add
Items
To
Playlist
Request
@
Serializable
data
class
AddItemsToPlaylistRequest
(
val
uris
:
List
<
String
>
,
val
position
:
Int
?
=
null
)
Members
Constructors
Add
Items
To
Playlist
Request
Link copied to clipboard
constructor
(
uris
:
List
<
String
>
,
position
:
Int
?
=
null
)
Properties
position
Link copied to clipboard
val
position
:
Int
?
=
null
uris
Link copied to clipboard
val
uris
:
List
<
String
>