Class: DatadogAPIClient::V2::DueDateRuleAttributesCreate

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/due_date_rule_attributes_create.rb

Overview

Attributes for creating or updating a due date rule.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#actionObject

The action to take when the due date rule matches a finding.



25
26
27
# File 'lib/datadog_api_client/v2/models/due_date_rule_attributes_create.rb', line 25

def action
  @action
end

#additional_propertiesObject

Returns the value of attribute additional_properties.



36
37
38
# File 'lib/datadog_api_client/v2/models/due_date_rule_attributes_create.rb', line 36

def additional_properties
  @additional_properties
end

#enabledObject

Whether the due date rule is enabled.



28
29
30
# File 'lib/datadog_api_client/v2/models/due_date_rule_attributes_create.rb', line 28

def enabled
  @enabled
end

#nameObject

The name of the due date rule.



31
32
33
# File 'lib/datadog_api_client/v2/models/due_date_rule_attributes_create.rb', line 31

def name
  @name
end

#ruleObject

Defines the scope of findings to which the automation rule applies.



34
35
36
# File 'lib/datadog_api_client/v2/models/due_date_rule_attributes_create.rb', line 34

def rule
  @rule
end