Get Queue Result
data class GetQueueResult(val accountId: String, val consumers: List<GetQueueConsumer>, val consumersTotalCount: Double, val createdOn: String, val id: String, val modifiedOn: String, val producers: List<GetQueueProducer>, val producersTotalCount: Double, val queueId: String, val queueName: String, val settings: GetQueueSettings)
A collection of values returned by getQueue.
Constructors
Link copied to clipboard
constructor(accountId: String, consumers: List<GetQueueConsumer>, consumersTotalCount: Double, createdOn: String, id: String, modifiedOn: String, producers: List<GetQueueProducer>, producersTotalCount: Double, queueId: String, queueName: String, settings: GetQueueSettings)