Method: Datadog::Core::Telemetry::Event::AppClientConfigurationChange#hash

Defined in:
lib/datadog/core/telemetry/event/app_client_configuration_change.rb

#hashObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



58
59
60
# File 'lib/datadog/core/telemetry/event/app_client_configuration_change.rb', line 58

def hash
  [self.class, @changes, @origin].hash
end