| Name | Type | Description | Notes |
|---|---|---|---|
| currentCallQueueSize | number | The number of calls currently enqueued. | [optional] [default to undefined] |
| maxCallQueueSize | number | The maximum size of the queue before outgoing calls start being rejected. | [optional] [default to undefined] |
import { AccountStatistics } from 'bandwidth-sdk';
const instance: AccountStatistics = {
currentCallQueueSize,
maxCallQueueSize,
};