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.library
/
UsersSavedLibrary
/
UsersSavedLibrary
Users
Saved
Library
constructor
(
href
:
String
?
=
null
,
limit
:
Int
?
=
null
,
next
:
String
?
=
null
,
offset
:
Int
?
=
null
,
previous
:
String
?
=
null
,
total
:
Int
?
=
null
,
items
:
List
<
SavedLibraryItem
>
=
emptyList()
)