Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 836 Bytes

QueueMember.md

File metadata and controls

14 lines (10 loc) · 836 Bytes

freeclimb.Model.QueueMember

Properties

Name Type Description Notes
Uri string URI for this Queue Member resource, relative to the API base URL. [optional]
CallId string ID of the Call associated with this Queue Member. [optional]
WaitTime int? Number of seconds the Member has been in the queue. [optional]
Position int? Member's current position in the Queue, 1 indexed. [optional]
DateEnqueued string Date that the Member was enqueued (GMT), given in RFC 1123 format (e.g., Mon, 15 Jun 2009 20:45:30 GMT). [optional]

[Back to Model list] [Back to API list] [Back to README]