Class: DatadogAPIClient::V2::OutcomesBatchRequestItem
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::OutcomesBatchRequestItem
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/outcomes_batch_request_item.rb
 
Overview
Scorecard outcome for a specific rule, for a given service within a batched update.
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #remarks  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Any remarks regarding the scorecard rule’s evaluation, and supports HTML hyperlinks.
 - 
  
    
      #rule_id  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
The unique ID for a scorecard rule.
 - 
  
    
      #service_name  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
The unique name for a service in the catalog.
 - 
  
    
      #state  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
The state of the rule evaluation.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      36 37 38  | 
    
      # File 'lib/datadog_api_client/v2/models/outcomes_batch_request_item.rb', line 36 def additional_properties @additional_properties end  | 
  
#remarks ⇒ Object
Any remarks regarding the scorecard rule’s evaluation, and supports HTML hyperlinks.
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/outcomes_batch_request_item.rb', line 25 def remarks @remarks end  | 
  
#rule_id ⇒ Object
The unique ID for a scorecard rule.
      28 29 30  | 
    
      # File 'lib/datadog_api_client/v2/models/outcomes_batch_request_item.rb', line 28 def rule_id @rule_id end  | 
  
#service_name ⇒ Object
The unique name for a service in the catalog.
      31 32 33  | 
    
      # File 'lib/datadog_api_client/v2/models/outcomes_batch_request_item.rb', line 31 def service_name @service_name end  | 
  
#state ⇒ Object
The state of the rule evaluation.
      34 35 36  | 
    
      # File 'lib/datadog_api_client/v2/models/outcomes_batch_request_item.rb', line 34 def state @state end  |