Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 877 Bytes

Queue.md

File metadata and controls

28 lines (16 loc) · 877 Bytes

Queue

Properties

Name Type Description Notes
recordType RecordTypeEnum
id String Uniquely identifies the queue
name String Name of the queue
createdAt String ISO 8601 formatted date of when the queue was created
updatedAt String ISO 8601 formatted date of when the queue was last updated
currentSize Integer The number of calls currently in the queue
maxSize Integer The maximum number of calls allowed in the queue
averageWaitTimeSecs Integer The average time that the calls currently in the queue have spent waiting, given in seconds.

Enum: RecordTypeEnum

Name Value
QUEUE "queue"