Class: DatadogAPIClient::V2::CreateOpenAPIResponseAttributes
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::CreateOpenAPIResponseAttributes
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/create_open_api_response_attributes.rb
 
Overview
Attributes for ‘CreateOpenAPI`.
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #failed_endpoints  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
List of endpoints which couldn’t be parsed.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      27 28 29  | 
    
      # File 'lib/datadog_api_client/v2/models/create_open_api_response_attributes.rb', line 27 def additional_properties @additional_properties end  | 
  
#failed_endpoints ⇒ Object
List of endpoints which couldn’t be parsed.
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/create_open_api_response_attributes.rb', line 25 def failed_endpoints @failed_endpoints end  |