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
Users
Saved
Library
@
Serializable
data
class
UsersSavedLibrary
(
val
href
:
String
?
=
null
,
val
limit
:
Int
?
=
null
,
val
next
:
String
?
=
null
,
val
offset
:
Int
?
=
null
,
val
previous
:
String
?
=
null
,
val
total
:
Int
?
=
null
,
val
items
:
List
<
SavedLibraryItem
>
=
emptyList()
)
Members
Constructors
Users
Saved
Library
Link copied to clipboard
constructor
(
href
:
String
?
=
null
,
limit
:
Int
?
=
null
,
next
:
String
?
=
null
,
offset
:
Int
?
=
null
,
previous
:
String
?
=
null
,
total
:
Int
?
=
null
,
items
:
List
<
SavedLibraryItem
>
=
emptyList()
)
Properties
href
Link copied to clipboard
val
href
:
String
?
=
null
items
Link copied to clipboard
val
items
:
List
<
SavedLibraryItem
>
limit
Link copied to clipboard
val
limit
:
Int
?
=
null
next
Link copied to clipboard
val
next
:
String
?
=
null
offset
Link copied to clipboard
val
offset
:
Int
?
=
null
previous
Link copied to clipboard
val
previous
:
String
?
=
null
total
Link copied to clipboard
val
total
:
Int
?
=
null