Class: DatadogAPIClient::V2::AnalysisFix
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AnalysisFix
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/analysis_fix.rb
Overview
A fix suggestion for a rule violation, consisting of one or more edit operations.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#description ⇒ Object
readonly
A human-readable description of what the fix does.
-
#edits ⇒ Object
readonly
The list of edit operations that constitute the fix.
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/analysis_fix.rb', line 30 def additional_properties @additional_properties end |
#description ⇒ Object
A human-readable description of what the fix does.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/analysis_fix.rb', line 25 def description @description end |
#edits ⇒ Object
The list of edit operations that constitute the fix.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/analysis_fix.rb', line 28 def edits @edits end |