Class: DatadogAPIClient::V2::OnDemandConcurrencyCapAttributes

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#on_demand_concurrency_capObject

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