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
Package-level
declarations
Types
Types
Saved
Library
Item
Link copied to clipboard
@
Serializable
data
class
SavedLibraryItem
(
val
addedAt
:
String
?
=
null
,
val
item
:
JsonObject
?
=
null
)
Users
Saved
Library
Link copied to clipboard
@
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()
)