Class: DatadogAPIClient::V2::NotificationRulePreviewResponseAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::NotificationRulePreviewResponseAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/notification_rule_preview_response_attributes.rb
Overview
Attributes of the notification preview response.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#preview_results ⇒ Object
readonly
List of preview results for each rule type matched by the notification rule.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
27 28 29 |
# File 'lib/datadog_api_client/v2/models/notification_rule_preview_response_attributes.rb', line 27 def additional_properties @additional_properties end |
#preview_results ⇒ Object
List of preview results for each rule type matched by the notification rule.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/notification_rule_preview_response_attributes.rb', line 25 def preview_results @preview_results end |