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

Version Path
bandwidth-sdk-14.0.0 docs/AccountStatistics.md
bandwidth-sdk-13.1.4 docs/AccountStatistics.md
bandwidth-sdk-13.1.3 docs/AccountStatistics.md
bandwidth-sdk-13.1.2 docs/AccountStatistics.md
bandwidth-sdk-13.1.1 docs/AccountStatistics.md
bandwidth-sdk-13.1.0 docs/AccountStatistics.md
bandwidth-sdk-13.0.0 docs/AccountStatistics.md
bandwidth-sdk-12.1.0 docs/AccountStatistics.md
bandwidth-sdk-11.3.0 docs/AccountStatistics.md
bandwidth-sdk-11.2.0 docs/AccountStatistics.md
bandwidth-sdk-11.1.1 docs/AccountStatistics.md
bandwidth-sdk-11.1.0 docs/AccountStatistics.md
bandwidth-sdk-11.0.0 docs/AccountStatistics.md
bandwidth-sdk-11.0.0.pre.beta.4.0 docs/AccountStatistics.md
bandwidth-sdk-11.0.0.pre.beta.3.1 docs/AccountStatistics.md
bandwidth-sdk-11.0.0.pre.beta.3.0 docs/AccountStatistics.md
bandwidth-sdk-11.0.0.pre.beta.2.0 docs/AccountStatistics.md
bandwidth-sdk-11.0.0.pre.beta.1.1 docs/AccountStatistics.md
bandwidth-sdk-11.0.0.pre.beta.1 docs/AccountStatistics.md