Sha256: 8268a26995f1bd86221c386a84928c9fd4ed9e6338d5b1ced6c5a57c01022f59
Contents?: true
Size: 510 Bytes
Versions: 19
Compression:
Stored size: 510 Bytes
Contents
# Bandwidth::AccountStatistics ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **current_call_queue_size** | **Integer** | The number of calls currently enqueued. | [optional] | | **max_call_queue_size** | **Integer** | The maximum size of the queue before outgoing calls start being rejected. | [optional] | ## Example ```ruby require 'bandwidth-sdk' instance = Bandwidth::AccountStatistics.new( current_call_queue_size: 0, max_call_queue_size: 900 ) ```
Version data entries
19 entries across 19 versions & 1 rubygems