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

Functions

component1
Link copied to clipboard
common
operator fun component1(): String
copy
Link copied to clipboard
common
fun copy(snapshotId: String): PlaylistSnapshot
equals
Link copied to clipboard
common
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open override fun hashCode(): Int
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

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

Sources

(source)
Link copied to clipboard