Class: DatadogAPIClient::V2::RumRateLimitConfigUpdateData
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::RumRateLimitConfigUpdateData
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/rum_rate_limit_config_update_data.rb
Overview
The RUM rate limit configuration to create or update.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#attributes ⇒ Object
readonly
The RUM rate limit configuration properties to create or update.
-
#id ⇒ Object
readonly
The identifier of the scope the rate limit configuration applies to.
-
#type ⇒ Object
readonly
The type of the resource, always
rum_rate_limit_config.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/rum_rate_limit_config_update_data.rb', line 34 def additional_properties @additional_properties end |
#attributes ⇒ Object
The RUM rate limit configuration properties to create or update.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/rum_rate_limit_config_update_data.rb', line 25 def attributes @attributes end |
#id ⇒ Object
The identifier of the scope the rate limit configuration applies to.
Must match scope_id in the path.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/rum_rate_limit_config_update_data.rb', line 29 def id @id end |
#type ⇒ Object
The type of the resource, always rum_rate_limit_config.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/rum_rate_limit_config_update_data.rb', line 32 def type @type end |