Class: DatadogAPIClient::V2::TriggerAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::TriggerAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/trigger_attributes.rb
Overview
The trigger definition for starting an investigation.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#monitor_alert_trigger ⇒ Object
readonly
Attributes for a monitor alert trigger.
-
#type ⇒ Object
readonly
The type of trigger for the investigation.
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_attributes.rb', line 30 def additional_properties @additional_properties end |
#monitor_alert_trigger ⇒ Object
Attributes for a monitor alert trigger.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/trigger_attributes.rb', line 25 def monitor_alert_trigger @monitor_alert_trigger end |
#type ⇒ Object
The type of trigger for the investigation.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/trigger_attributes.rb', line 28 def type @type end |