UpdatePlaylistItemsRequest

@Serializable
data class UpdatePlaylistItemsRequest(val uris: List<String>? = null, val rangeStart: Int? = null, val insertBefore: Int? = null, val rangeLength: Int? = null, val snapshotId: String? = null)

Constructors

Link copied to clipboard
constructor(uris: List<String>? = null, rangeStart: Int? = null, insertBefore: Int? = null, rangeLength: Int? = null, snapshotId: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "insert_before")
val insertBefore: Int? = null
Link copied to clipboard
@SerialName(value = "range_length")
val rangeLength: Int? = null
Link copied to clipboard
@SerialName(value = "range_start")
val rangeStart: Int? = null
Link copied to clipboard
@SerialName(value = "snapshot_id")
val snapshotId: String? = null
Link copied to clipboard
val uris: List<String>? = null