Method: PureCloud::CallbackConversationNotificationErrorBody#hash

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

#hashObject

Calculate hash code according to all attributes.



162
163
164
# File 'lib/purecloud/models/callback_conversation_notification_error_body.rb', line 162

def hash
  [status, code, entity_id, entity_name, message, message_with_params, message_params, context_id, details, errors].hash
end