Class: DatadogAPIClient::V2::CaseNotificationRuleTriggerData
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CaseNotificationRuleTriggerData
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/case_notification_rule_trigger_data.rb
Overview
Trigger data
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#change_type ⇒ Object
Change type (added, removed, changed).
-
#field ⇒ Object
Field name for attribute value changed trigger.
-
#from_status ⇒ Object
Status ID to transition from.
-
#from_status_name ⇒ Object
Status name to transition from.
-
#to_status ⇒ Object
Status ID to transition to.
-
#to_status_name ⇒ Object
Status name to transition to.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
42 43 44 |
# File 'lib/datadog_api_client/v2/models/case_notification_rule_trigger_data.rb', line 42 def additional_properties @additional_properties end |
#change_type ⇒ Object
Change type (added, removed, changed)
25 26 27 |
# File 'lib/datadog_api_client/v2/models/case_notification_rule_trigger_data.rb', line 25 def change_type @change_type end |
#field ⇒ Object
Field name for attribute value changed trigger
28 29 30 |
# File 'lib/datadog_api_client/v2/models/case_notification_rule_trigger_data.rb', line 28 def field @field end |
#from_status ⇒ Object
Status ID to transition from
31 32 33 |
# File 'lib/datadog_api_client/v2/models/case_notification_rule_trigger_data.rb', line 31 def from_status @from_status end |
#from_status_name ⇒ Object
Status name to transition from
34 35 36 |
# File 'lib/datadog_api_client/v2/models/case_notification_rule_trigger_data.rb', line 34 def from_status_name @from_status_name end |
#to_status ⇒ Object
Status ID to transition to
37 38 39 |
# File 'lib/datadog_api_client/v2/models/case_notification_rule_trigger_data.rb', line 37 def to_status @to_status end |
#to_status_name ⇒ Object
Status name to transition to
40 41 42 |
# File 'lib/datadog_api_client/v2/models/case_notification_rule_trigger_data.rb', line 40 def to_status_name @to_status_name end |