Class: DatadogAPIClient::V2::ServiceDefinitionMetaWarnings
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::ServiceDefinitionMetaWarnings
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/service_definition_meta_warnings.rb
 
Overview
Schema validation warnings.
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #instance_location  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The warning instance location.
 - 
  
    
      #keyword_location  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The warning keyword location.
 - 
  
    
      #message  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The warning message.
 
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/service_definition_meta_warnings.rb', line 33 def additional_properties @additional_properties end  | 
  
#instance_location ⇒ Object
The warning instance location.
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/service_definition_meta_warnings.rb', line 25 def instance_location @instance_location end  | 
  
#keyword_location ⇒ Object
The warning keyword location.
      28 29 30  | 
    
      # File 'lib/datadog_api_client/v2/models/service_definition_meta_warnings.rb', line 28 def keyword_location @keyword_location end  | 
  
#message ⇒ Object
The warning message.
      31 32 33  | 
    
      # File 'lib/datadog_api_client/v2/models/service_definition_meta_warnings.rb', line 31 def @message end  |