Class: DatadogAPIClient::V2::FindingRule
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::FindingRule
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/finding_rule.rb
Overview
The rule that triggered this finding.
Instance Attribute Summary collapse
-
#id ⇒ Object
The ID of the rule that triggered this finding.
-
#name ⇒ Object
The name of the rule that triggered this finding.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#id ⇒ Object
The ID of the rule that triggered this finding.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/finding_rule.rb', line 25 def id @id end |
#name ⇒ Object
The name of the rule that triggered this finding.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/finding_rule.rb', line 28 def name @name end |