Method: Bandwidth::TransferCompleteCallback.attribute_map
- Defined in:
- lib/bandwidth-sdk/models/transfer_complete_callback.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 |
# File 'lib/bandwidth-sdk/models/transfer_complete_callback.rb', line 95 def self.attribute_map { :'event_type' => :'eventType', :'event_time' => :'eventTime', :'account_id' => :'accountId', :'application_id' => :'applicationId', :'from' => :'from', :'to' => :'to', :'direction' => :'direction', :'call_id' => :'callId', :'call_url' => :'callUrl', :'enqueued_time' => :'enqueuedTime', :'start_time' => :'startTime', :'answer_time' => :'answerTime', :'tag' => :'tag', :'transfer_caller_id' => :'transferCallerId', :'transfer_to' => :'transferTo', :'cause' => :'cause', :'error_message' => :'errorMessage', :'error_id' => :'errorId' } end |