PlaylistSnapshot

@Serializable
data class PlaylistSnapshot(val snapshotId: String)(source)

Contains the snapshot id, returned from API responses

Parameters

snapshotId

The playlist state identifier

Constructors

Link copied to clipboard
constructor(snapshotId: String)

Properties

Link copied to clipboard
@SerialName(value = "snapshot_id")
val snapshotId: String