DeleteQueueRequest

data class DeleteQueueRequest(val queueId: Long, val migrateToQueueId: Long? = null)

Parameters

queueId

ID of the queue to delete

migrateToQueueId

Optional: migrate all reports to this queue. If not specified, reports will be set to unassigned (-1).

Constructors

Link copied to clipboard
constructor(queueId: Long, migrateToQueueId: Long? = null)

Properties

Link copied to clipboard

Optional: migrate all reports to this queue. If not specified, reports will be set to unassigned (-1).

Link copied to clipboard

ID of the queue to delete