Class: DatadogAPIClient::V2::DueDateRuleAction
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::DueDateRuleAction
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/due_date_rule_action.rb
Overview
The action to take when the due date rule matches a finding.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#due_days_per_severity ⇒ Object
readonly
A list of severity-to-due-date mappings.
-
#due_from ⇒ Object
readonly
The reference point from which the due date is calculated.
-
#reason_description ⇒ Object
readonly
An optional description providing more context for the due date assignment.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/due_date_rule_action.rb', line 33 def additional_properties @additional_properties end |
#due_days_per_severity ⇒ Object
A list of severity-to-due-date mappings. Each severity may appear at most once.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/due_date_rule_action.rb', line 25 def due_days_per_severity @due_days_per_severity end |
#due_from ⇒ Object
The reference point from which the due date is calculated. When fix_available is selected but not applicable to the finding type, first_seen is used instead.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/due_date_rule_action.rb', line 28 def due_from @due_from end |
#reason_description ⇒ Object
An optional description providing more context for the due date assignment.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/due_date_rule_action.rb', line 31 def reason_description @reason_description end |