PlaylistSnapshot

data class PlaylistSnapshot(snapshotId: String)

Contains the snapshot id, returned from API responses

Parameters

snapshotId

The playlist state identifier

Constructors

PlaylistSnapshot
Link copied to clipboard
common
fun PlaylistSnapshot(snapshotId: String)
The playlist state identifier

Properties

snapshotId
Link copied to clipboard
common
val snapshotId: String
The playlist state identifier

Sources

common source
Link copied to clipboard