Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 510 Bytes

AccountStatistics.md

File metadata and controls

20 lines (14 loc) · 510 Bytes

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

require 'bandwidth-sdk'

instance = Bandwidth::AccountStatistics.new(
  current_call_queue_size: 0,
  max_call_queue_size: 900
)