Method: PureCloud::CallBasic.swagger_types
- Defined in:
- lib/purecloudplatformclientv2/models/call_basic.rb
.swagger_types ⇒ Object
Attribute type mapping.
103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 |
# File 'lib/purecloudplatformclientv2/models/call_basic.rb', line 103 def self.swagger_types { :'state' => :'String', :'id' => :'String', :'direction' => :'String', :'recording' => :'BOOLEAN', :'recording_state' => :'String', :'muted' => :'BOOLEAN', :'confined' => :'BOOLEAN', :'held' => :'BOOLEAN', :'recording_id' => :'String', :'segments' => :'Array<Segment>', :'error_info' => :'ErrorBody', :'disconnect_type' => :'String', :'start_hold_time' => :'DateTime', :'document_id' => :'String', :'connected_time' => :'DateTime', :'disconnected_time' => :'DateTime', :'disconnect_reasons' => :'Array<DisconnectReason>', :'fax_status' => :'FaxStatus', :'provider' => :'String' } end |