Method: Bandwidth::GatherCallback.openapi_types
- Defined in:
- lib/bandwidth-sdk/models/gather_callback.rb
.openapi_types ⇒ Object
Attribute type mapping.
129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 |
# File 'lib/bandwidth-sdk/models/gather_callback.rb', line 129 def self.openapi_types { :'event_type' => :'String', :'event_time' => :'Time', :'account_id' => :'String', :'application_id' => :'String', :'from' => :'String', :'to' => :'String', :'direction' => :'CallDirectionEnum', :'call_id' => :'String', :'digits' => :'String', :'call_url' => :'String', :'enqueued_time' => :'Time', :'start_time' => :'Time', :'answer_time' => :'Time', :'parent_call_id' => :'String', :'terminating_digit' => :'String', :'transfer_caller_id' => :'String', :'transfer_to' => :'String', :'tag' => :'String' } end |