Class: DatadogAPIClient::V2::RuleVersionUpdate
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::RuleVersionUpdate
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/rule_version_update.rb
Overview
A change in a rule version.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#change ⇒ Object
The new value of the field.
-
#field ⇒ Object
The field that was changed.
-
#type ⇒ Object
The type of change.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/rule_version_update.rb', line 33 def additional_properties @additional_properties end |
#change ⇒ Object
The new value of the field.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/rule_version_update.rb', line 25 def change @change end |
#field ⇒ Object
The field that was changed.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/rule_version_update.rb', line 28 def field @field end |
#type ⇒ Object
The type of change.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/rule_version_update.rb', line 31 def type @type end |