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
Recently
Played
Tracks
@
Serializable
data
class
RecentlyPlayedTracks
(
val
href
:
String
?
=
null
,
val
limit
:
Int
?
=
null
,
val
next
:
String
?
=
null
,
val
cursors
:
Cursors
?
=
null
,
val
total
:
Int
?
=
null
,
val
items
:
List
<
PlayHistoryObject
>
=
listOf()
)
Members
Constructors
Recently
Played
Tracks
Link copied to clipboard
constructor
(
href
:
String
?
=
null
,
limit
:
Int
?
=
null
,
next
:
String
?
=
null
,
cursors
:
Cursors
?
=
null
,
total
:
Int
?
=
null
,
items
:
List
<
PlayHistoryObject
>
=
listOf()
)
Properties
cursors
Link copied to clipboard
val
cursors
:
Cursors
?
=
null
href
Link copied to clipboard
val
href
:
String
?
=
null
items
Link copied to clipboard
val
items
:
List
<
PlayHistoryObject
>
limit
Link copied to clipboard
val
limit
:
Int
?
=
null
next
Link copied to clipboard
val
next
:
String
?
=
null
total
Link copied to clipboard
val
total
:
Int
?
=
null