TransferPlaybackRequest

@Serializable
data class TransferPlaybackRequest(val deviceIds: List<String>, val play: Boolean? = null)

Constructors

Link copied to clipboard
constructor(deviceIds: List<String>, play: Boolean? = null)

Properties

Link copied to clipboard
@SerialName(value = "device_ids")
val deviceIds: List<String>
Link copied to clipboard
val play: Boolean? = null