shared
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.nubasu.spotify.webapi.wrapper.response.tracks
/
UsersSavedTrack
Users
Saved
Track
@
Serializable
data
class
UsersSavedTrack
(
val
href
:
String
,
val
limit
:
Int
,
val
next
:
String
?
,
val
offset
:
Int
,
val
previous
:
String
?
,
val
total
:
Int
,
val
items
:
List
<
SavedTrackObject
>
)
Members
Constructors
Users
Saved
Track
Link copied to clipboard
constructor
(
href
:
String
,
limit
:
Int
,
next
:
String
?
,
offset
:
Int
,
previous
:
String
?
,
total
:
Int
,
items
:
List
<
SavedTrackObject
>
)
Properties
href
Link copied to clipboard
val
href
:
String
items
Link copied to clipboard
val
items
:
List
<
SavedTrackObject
>
limit
Link copied to clipboard
val
limit
:
Int
next
Link copied to clipboard
val
next
:
String
?
offset
Link copied to clipboard
val
offset
:
Int
previous
Link copied to clipboard
val
previous
:
String
?
total
Link copied to clipboard
val
total
:
Int