Class: DatadogAPIClient::V2::CIAppWarning
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::CIAppWarning
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/ci_app_warning.rb
 
Overview
A warning message indicating something that went wrong with the query.
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #code  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique code for this type of warning.
 - 
  
    
      #detail  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A detailed explanation of this specific warning.
 - 
  
    
      #title  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A short human-readable summary of the warning.
 
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/ci_app_warning.rb', line 33 def additional_properties @additional_properties end  | 
  
#code ⇒ Object
A unique code for this type of warning.
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/ci_app_warning.rb', line 25 def code @code end  | 
  
#detail ⇒ Object
A detailed explanation of this specific warning.
      28 29 30  | 
    
      # File 'lib/datadog_api_client/v2/models/ci_app_warning.rb', line 28 def detail @detail end  | 
  
#title ⇒ Object
A short human-readable summary of the warning.
      31 32 33  | 
    
      # File 'lib/datadog_api_client/v2/models/ci_app_warning.rb', line 31 def title @title end  |