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

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

#initialize(changes, origin) ⇒ AppClientConfigurationChange

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.

Returns a new instance of AppClientConfigurationChange.



17
18
19
20
21
# File 'lib/datadog/core/telemetry/event/app_client_configuration_change.rb', line 17

def initialize(changes, origin)
  super()
  @changes = changes
  @origin = origin
end