shared
Toggle table of contents
1.0.0
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.nubasu.spotify.webapi.wrapper.response
/
Cursors
Cursors
@
Serializable
data
class
Cursors
(
val
after
:
String
?
,
val
before
:
String
?
)
Members
Constructors
Cursors
Link copied to clipboard
constructor
(
after
:
String
?
,
before
:
String
?
)
Properties
after
Link copied to clipboard
val
after
:
String
?
before
Link copied to clipboard
val
before
:
String
?