Method: Bandwidth::CallState.openapi_types
- Defined in:
- lib/bandwidth-sdk/models/call_state.rb
.openapi_types ⇒ Object
Attribute type mapping.
128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 |
# File 'lib/bandwidth-sdk/models/call_state.rb', line 128 def self.openapi_types { :'application_id' => :'String', :'account_id' => :'String', :'call_id' => :'String', :'parent_call_id' => :'String', :'to' => :'String', :'from' => :'String', :'direction' => :'CallDirectionEnum', :'state' => :'String', :'stir_shaken' => :'Hash<String, String>', :'identity' => :'String', :'enqueued_time' => :'Time', :'start_time' => :'Time', :'answer_time' => :'Time', :'end_time' => :'Time', :'disconnect_cause' => :'String', :'error_message' => :'String', :'error_id' => :'String', :'last_update' => :'Time' } end |