Class: DatadogAPIClient::V2::OutcomesBatchResponseAttributes
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::OutcomesBatchResponseAttributes
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/outcomes_batch_response_attributes.rb
 
Overview
The JSON:API attributes for an outcome.
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #created_at  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Creation time of the rule outcome.
 - 
  
    
      #modified_at  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Time of last rule outcome modification.
 - 
  
    
      #remarks  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Any remarks regarding the scorecard rule’s evaluation, and supports HTML hyperlinks.
 - 
  
    
      #service_name  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique name for a service in the catalog.
 - 
  
    
      #state  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
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.
      39 40 41  | 
    
      # File 'lib/datadog_api_client/v2/models/outcomes_batch_response_attributes.rb', line 39 def additional_properties @additional_properties end  | 
  
#created_at ⇒ Object
Creation time of the rule outcome.
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/outcomes_batch_response_attributes.rb', line 25 def created_at @created_at end  | 
  
#modified_at ⇒ Object
Time of last rule outcome modification.
      28 29 30  | 
    
      # File 'lib/datadog_api_client/v2/models/outcomes_batch_response_attributes.rb', line 28 def modified_at @modified_at end  | 
  
#remarks ⇒ Object
Any remarks regarding the scorecard rule’s evaluation, and supports HTML hyperlinks.
      31 32 33  | 
    
      # File 'lib/datadog_api_client/v2/models/outcomes_batch_response_attributes.rb', line 31 def remarks @remarks end  | 
  
#service_name ⇒ Object
The unique name for a service in the catalog.
      34 35 36  | 
    
      # File 'lib/datadog_api_client/v2/models/outcomes_batch_response_attributes.rb', line 34 def service_name @service_name end  | 
  
#state ⇒ Object
The state of the rule evaluation.
      37 38 39  | 
    
      # File 'lib/datadog_api_client/v2/models/outcomes_batch_response_attributes.rb', line 37 def state @state end  |