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.tracks
/
SaveTracksForCurrentUserRequest
Save
Tracks
For
Current
User
Request
@
Serializable
data
class
SaveTracksForCurrentUserRequest
(
val
ids
:
List
<
String
>
?
=
null
,
val
timestampedIds
:
List
<
TimestampedTrackId
>
?
=
null
)
Members
Constructors
Save
Tracks
For
Current
User
Request
Link copied to clipboard
constructor
(
ids
:
List
<
String
>
?
=
null
,
timestampedIds
:
List
<
TimestampedTrackId
>
?
=
null
)
Properties
ids
Link copied to clipboard
val
ids
:
List
<
String
>
?
=
null
timestamped
Ids
Link copied to clipboard
@
SerialName
(
value
=
"timestamped_ids"
)
val
timestampedIds
:
List
<
TimestampedTrackId
>
?
=
null