Class: DatadogAPIClient::V2::OnDemandConcurrencyCapAttributes
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::OnDemandConcurrencyCapAttributes
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/on_demand_concurrency_cap_attributes.rb
 
Overview
On-demand concurrency cap attributes.
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #on_demand_concurrency_cap  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Value of the on-demand concurrency cap.
 
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/on_demand_concurrency_cap_attributes.rb', line 27 def additional_properties @additional_properties end  | 
  
#on_demand_concurrency_cap ⇒ Object
Value of the on-demand concurrency cap.
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/on_demand_concurrency_cap_attributes.rb', line 25 def on_demand_concurrency_cap @on_demand_concurrency_cap end  |