RoutingProfileQueueConfig

data class RoutingProfileQueueConfig(val delay: Int, val priority: Int, val queueReference: RoutingProfileQueueReference)

Contains information about the queue and channel for which priority and delay can be set.

Constructors

Link copied to clipboard
fun RoutingProfileQueueConfig(delay: Int, priority: Int, queueReference: RoutingProfileQueueReference)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val delay: Int
Link copied to clipboard