Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 729 Bytes

File metadata and controls

22 lines (15 loc) · 729 Bytes

AccountStatistics

Properties

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]

Example

import { AccountStatistics } from 'bandwidth-sdk';

const instance: AccountStatistics = {
    currentCallQueueSize,
    maxCallQueueSize,
};

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