Class: DatadogAPIClient::V2::TriggerRateLimit
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::TriggerRateLimit
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/trigger_rate_limit.rb
Overview
Defines a rate limit for a trigger.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#count ⇒ Object
The
TriggerRateLimit
count
. -
#interval ⇒ Object
The
TriggerRateLimit
interval
.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/trigger_rate_limit.rb', line 30 def additional_properties @additional_properties end |
#count ⇒ Object
The TriggerRateLimit
count
.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/trigger_rate_limit.rb', line 25 def count @count end |
#interval ⇒ Object
The TriggerRateLimit
interval
. The expected format is the number of seconds ending with an s. For example, 1 day is 86400s
28 29 30 |
# File 'lib/datadog_api_client/v2/models/trigger_rate_limit.rb', line 28 def interval @interval end |