Method: PureCloud::Callback.swagger_types
- Defined in:
- lib/purecloud/models/callback.rb
.swagger_types ⇒ Object
Attribute type mapping.
119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 |
# File 'lib/purecloud/models/callback.rb', line 119 def self.swagger_types { :'state' => :'String', :'id' => :'String', :'segments' => :'Array<Segment>', :'direction' => :'String', :'held' => :'BOOLEAN', :'disconnect_type' => :'String', :'start_hold_time' => :'DateTime', :'dialer_preview' => :'DialerPreview', :'callback_numbers' => :'Array<String>', :'callback_user_name' => :'String', :'script_id' => :'String', :'skip_enabled' => :'BOOLEAN', :'timeout_seconds' => :'Integer', :'connected_time' => :'DateTime', :'disconnected_time' => :'DateTime', :'callback_scheduled_time' => :'DateTime', :'automated_callback_config_id' => :'String', :'provider' => :'String' } end |