Method: PureCloud::ConversationNotificationErrorDetails.swagger_types
- Defined in:
- lib/purecloudclient_v2a/models/conversation_notification_error_details.rb
.swagger_types ⇒ Object
Attribute type mapping.
61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 |
# File 'lib/purecloudclient_v2a/models/conversation_notification_error_details.rb', line 61 def self.swagger_types { :'status' => :'Integer', :'code' => :'String', :'message' => :'String', :'message_with_params' => :'String', :'message_params' => :'Hash<String, String>', :'context_id' => :'String', :'uri' => :'String', :'additional_properties' => :'Object' } end |