toggle menu
spotify-api-kotlin
4.1.3
common
switch theme
search in API
spotify-api-kotlin
/
com.adamratzman.spotify.endpoints.client
/
PlaylistSnapshot
Playlist
Snapshot
@
Serializable
data
class
PlaylistSnapshot
(
val
snapshotId
:
String
)
(
source
)
Contains the snapshot id, returned from API responses
Parameters
snapshot
Id
The playlist state identifier
Members
Constructors
Playlist
Snapshot
Link copied to clipboard
constructor
(
snapshotId
:
String
)
Properties
snapshot
Id
Link copied to clipboard
@
SerialName
(
value
=
"snapshot_id"
)
val
snapshotId
:
String