Class: DatadogAPIClient::V2::FleetDetectedIntegration
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::FleetDetectedIntegration
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/fleet_detected_integration.rb
Overview
An integration detected on the agent but not necessarily configured.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#escaped_name ⇒ Object
Escaped integration name.
-
#prefix ⇒ Object
Integration prefix identifier.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/fleet_detected_integration.rb', line 30 def additional_properties @additional_properties end |
#escaped_name ⇒ Object
Escaped integration name.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/fleet_detected_integration.rb', line 25 def escaped_name @escaped_name end |
#prefix ⇒ Object
Integration prefix identifier.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/fleet_detected_integration.rb', line 28 def prefix @prefix end |