Method: Bandwidth::AccountStatistics.openapi_types
- Defined in:
- lib/bandwidth-sdk/models/account_statistics.rb
.openapi_types ⇒ Object
Attribute type mapping.
43 44 45 46 47 48 |
# File 'lib/bandwidth-sdk/models/account_statistics.rb', line 43 def self.openapi_types { :'current_call_queue_size' => :'Integer', :'max_call_queue_size' => :'Integer' } end |