Method: PureCloud::ConversationNotificationErrorInfo.swagger_types

Defined in:
lib/purecloud/models/conversation_notification_error_info.rb

.swagger_typesObject

Attribute type mapping.



61
62
63
64
65
66
67
68
69
70
71
72
73
# File 'lib/purecloud/models/conversation_notification_error_info.rb', line 61

def self.swagger_types
  {
    :'message' => :'String',
    :'context_id' => :'String',
    :'message_params' => :'Hash<String, String>',
    :'status' => :'Integer',
    :'additional_properties' => :'Object',
    :'message_with_params' => :'String',
    :'code' => :'String',
    :'uri' => :'String'
    
  }
end