UpdateQueueRequest

data class UpdateQueueRequest(val queueId: Long, val name: String? = null, val enabled: Boolean? = null, val description: String? = null)

Parameters

queueId

ID of the queue to update

name

New display name for the queue

enabled

Enable or disable the queue

description

Optional description of the queue

Constructors

Link copied to clipboard
constructor(queueId: Long, name: String? = null, enabled: Boolean? = null, description: String? = null)

Properties

Link copied to clipboard

Optional description of the queue

Link copied to clipboard

Enable or disable the queue

Link copied to clipboard
val name: String?

New display name for the queue

Link copied to clipboard

ID of the queue to update