Get Queue Result
data class GetQueueResult(val description: String? = null, val hoursOfOperationArn: String? = null, val instanceArn: String? = null, val maxContacts: Int? = null, val name: String? = null, val outboundCallerConfig: QueueOutboundCallerConfig? = null, val queueArn: String? = null, val quickConnectArns: List<String>? = null, val status: QueueStatus? = null, val tags: List<QueueTag>? = null, val type: QueueType? = null)
Constructors
Link copied to clipboard
fun GetQueueResult(description: String? = null, hoursOfOperationArn: String? = null, instanceArn: String? = null, maxContacts: Int? = null, name: String? = null, outboundCallerConfig: QueueOutboundCallerConfig? = null, queueArn: String? = null, quickConnectArns: List<String>? = null, status: QueueStatus? = null, tags: List<QueueTag>? = null, type: QueueType? = null)