Class: DatadogAPIClient::V2::DeploymentRuleOptionsMonitor
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::DeploymentRuleOptionsMonitor
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/deployment_rule_options_monitor.rb
Overview
Monitor options for deployment rules.
Instance Attribute Summary collapse
-
#duration ⇒ Object
Seconds the monitor needs to stay in OK status for the rule to pass.
-
#query ⇒ Object
readonly
Monitors that match this query are evaluated.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#duration ⇒ Object
Seconds the monitor needs to stay in OK status for the rule to pass.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/deployment_rule_options_monitor.rb', line 25 def duration @duration end |
#query ⇒ Object
Monitors that match this query are evaluated.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/deployment_rule_options_monitor.rb', line 28 def query @query end |