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
/
SavedLibraryItem
Saved
Library
Item
@
Serializable
data
class
SavedLibraryItem
(
val
addedAt
:
String
?
=
null
,
val
item
:
JsonObject
?
=
null
)
Members
Constructors
Saved
Library
Item
Link copied to clipboard
constructor
(
addedAt
:
String
?
=
null
,
item
:
JsonObject
?
=
null
)
Properties
added
At
Link copied to clipboard
@
SerialName
(
value
=
"added_at"
)
val
addedAt
:
String
?
=
null
item
Link copied to clipboard
val
item
:
JsonObject
?
=
null