Class: Datadog::Core::Telemetry::Event::AppIntegrationsChange Private
- Defined in:
- lib/datadog/core/telemetry/event/app_integrations_change.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Telemetry class for the ‘app-integrations-change’ event
Instance Method Summary collapse
- #payload ⇒ Object private
- #type ⇒ Object private
Methods inherited from Base
Instance Method Details
#payload ⇒ Object
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.
15 16 17 |
# File 'lib/datadog/core/telemetry/event/app_integrations_change.rb', line 15 def payload {integrations: integrations} end |
#type ⇒ Object
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.
11 12 13 |
# File 'lib/datadog/core/telemetry/event/app_integrations_change.rb', line 11 def type 'app-integrations-change' end |