Method: Bandwidth::GatherCallback.attribute_map

Defined in:
lib/bandwidth-sdk/models/gather_callback.rb

.attribute_mapObject

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/gather_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',
    :'digits' => :'digits',
    :'call_url' => :'callUrl',
    :'enqueued_time' => :'enqueuedTime',
    :'start_time' => :'startTime',
    :'answer_time' => :'answerTime',
    :'parent_call_id' => :'parentCallId',
    :'terminating_digit' => :'terminatingDigit',
    :'transfer_caller_id' => :'transferCallerId',
    :'transfer_to' => :'transferTo',
    :'tag' => :'tag'
  }
end