Method: PureCloud::CallBasic.attribute_map
- Defined in:
- lib/purecloudplatformclientv2/models/call_basic.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 |
# File 'lib/purecloudplatformclientv2/models/call_basic.rb', line 78 def self.attribute_map { :'state' => :'state', :'id' => :'id', :'direction' => :'direction', :'recording' => :'recording', :'recording_state' => :'recordingState', :'muted' => :'muted', :'confined' => :'confined', :'held' => :'held', :'recording_id' => :'recordingId', :'segments' => :'segments', :'error_info' => :'errorInfo', :'disconnect_type' => :'disconnectType', :'start_hold_time' => :'startHoldTime', :'document_id' => :'documentId', :'connected_time' => :'connectedTime', :'disconnected_time' => :'disconnectedTime', :'disconnect_reasons' => :'disconnectReasons', :'fax_status' => :'faxStatus', :'provider' => :'provider' } end |