You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/QueueResult.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,8 @@ Name | Type | Description | Notes
11
11
**queue_id** | **str, none_type** | A string that uniquely identifies this Queue resource. | [optional]
12
12
**alias** | **str, none_type** | A description for this Queue. | [optional]
13
13
**max_size** | **int, none_type** | The maximum number of Calls permitted in the Queue. Default is 100. Maximum is 1000. | [optional]
14
-
**current_size** | **str, none_type** | Count of Calls currently in the Queue. | [optional]
15
-
**average_wait_time** | **str, none_type** | Average wait time (in seconds) of all Calls in the Queue. | [optional]
14
+
**current_size** | **int, none_type** | Count of Calls currently in the Queue. | [optional]
15
+
**average_queue_removal_time** | **int, none_type** | The average amount of time (in seconds) for a call to be removed from the queue. | [optional]
16
16
**subresource_uris** | **{str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type** | List of subresources for this Queue (which includes Queue members). | [optional]
17
17
18
18
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/QueueResultAllOf.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@ Name | Type | Description | Notes
7
7
**queue_id** | **str, none_type** | A string that uniquely identifies this Queue resource. | [optional]
8
8
**alias** | **str, none_type** | A description for this Queue. | [optional]
9
9
**max_size** | **int, none_type** | The maximum number of Calls permitted in the Queue. Default is 100. Maximum is 1000. | [optional]
10
-
**current_size** | **str, none_type** | Count of Calls currently in the Queue. | [optional]
11
-
**average_wait_time** | **str, none_type** | Average wait time (in seconds) of all Calls in the Queue. | [optional]
10
+
**current_size** | **int, none_type** | Count of Calls currently in the Queue. | [optional]
11
+
**average_queue_removal_time** | **int, none_type** | The average amount of time (in seconds) for a call to be removed from the queue. | [optional]
12
12
**subresource_uris** | **{str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type** | List of subresources for this Queue (which includes Queue members). | [optional]
13
13
14
14
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments