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
/
PlayHistoryObject
Play
History
Object
@
Serializable
data
class
PlayHistoryObject
(
val
track
:
Track
?
=
null
,
val
playedAt
:
String
?
=
null
,
val
context
:
Context
?
=
null
)
Members
Constructors
Play
History
Object
Link copied to clipboard
constructor
(
track
:
Track
?
=
null
,
playedAt
:
String
?
=
null
,
context
:
Context
?
=
null
)
Properties
context
Link copied to clipboard
val
context
:
Context
?
=
null
played
At
Link copied to clipboard
@
SerialName
(
value
=
"played_at"
)
val
playedAt
:
String
?
=
null
track
Link copied to clipboard
val
track
:
Track
?
=
null