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.player
/
RecentlyPlayedTracks
/
RecentlyPlayedTracks
Recently
Played
Tracks
constructor
(
href
:
String
?
=
null
,
limit
:
Int
?
=
null
,
next
:
String
?
=
null
,
cursors
:
Cursors
?
=
null
,
total
:
Int
?
=
null
,
items
:
List
<
PlayHistoryObject
>
=
listOf()
)