Class: DatadogAPIClient::V2::RuleAttributes
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::RuleAttributes
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/rule_attributes.rb
 
Overview
Details of a rule.
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #category  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The scorecard name to which this rule must belong.
 - 
  
    
      #created_at  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Creation time of the rule outcome.
 - 
  
    
      #custom  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Defines if the rule is a custom rule.
 - 
  
    
      #description  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Explanation of the rule.
 - 
  
    
      #enabled  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If enabled, the rule is calculated as part of the score.
 - 
  
    
      #modified_at  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Time of the last rule outcome modification.
 - 
  
    
      #name  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Name of the rule.
 - 
  
    
      #owner  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Owner of the rule.
 - 
  
    
      #scorecard_name  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The scorecard name to which this rule must belong.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      51 52 53  | 
    
      # File 'lib/datadog_api_client/v2/models/rule_attributes.rb', line 51 def additional_properties @additional_properties end  | 
  
#category ⇒ Object
The scorecard name to which this rule must belong.
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/rule_attributes.rb', line 25 def category @category end  | 
  
#created_at ⇒ Object
Creation time of the rule outcome.
      28 29 30  | 
    
      # File 'lib/datadog_api_client/v2/models/rule_attributes.rb', line 28 def created_at @created_at end  | 
  
#custom ⇒ Object
Defines if the rule is a custom rule.
      31 32 33  | 
    
      # File 'lib/datadog_api_client/v2/models/rule_attributes.rb', line 31 def custom @custom end  | 
  
#description ⇒ Object
Explanation of the rule.
      34 35 36  | 
    
      # File 'lib/datadog_api_client/v2/models/rule_attributes.rb', line 34 def description @description end  | 
  
#enabled ⇒ Object
If enabled, the rule is calculated as part of the score.
      37 38 39  | 
    
      # File 'lib/datadog_api_client/v2/models/rule_attributes.rb', line 37 def enabled @enabled end  | 
  
#modified_at ⇒ Object
Time of the last rule outcome modification.
      40 41 42  | 
    
      # File 'lib/datadog_api_client/v2/models/rule_attributes.rb', line 40 def modified_at @modified_at end  | 
  
#name ⇒ Object
Name of the rule.
      43 44 45  | 
    
      # File 'lib/datadog_api_client/v2/models/rule_attributes.rb', line 43 def name @name end  | 
  
#owner ⇒ Object
Owner of the rule.
      46 47 48  | 
    
      # File 'lib/datadog_api_client/v2/models/rule_attributes.rb', line 46 def owner @owner end  | 
  
#scorecard_name ⇒ Object
The scorecard name to which this rule must belong.
      49 50 51  | 
    
      # File 'lib/datadog_api_client/v2/models/rule_attributes.rb', line 49 def scorecard_name @scorecard_name end  |