Class: DatadogAPIClient::V2::MonitorNotificationRuleBundleConfig
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::MonitorNotificationRuleBundleConfig
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/monitor_notification_rule_bundle_config.rb
Overview
Use bundle config to enable alert bundling to reduce monitor signal noises. Note: This feature is in preview and is subject to change. If you have any feedback, contact Datadog support.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#duration ⇒ Object
readonly
Duration of the bundling period.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/monitor_notification_rule_bundle_config.rb', line 28 def additional_properties @additional_properties end |
#duration ⇒ Object
Duration of the bundling period.
26 27 28 |
# File 'lib/datadog_api_client/v2/models/monitor_notification_rule_bundle_config.rb', line 26 def duration @duration end |