Class: DatadogAPIClient::V2::SyntheticsTestVersionActionMetadata
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SyntheticsTestVersionActionMetadata
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/synthetics_test_version_action_metadata.rb
Overview
Object containing metadata about a change action.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#after_value ⇒ Object
The value of the property after the change.
-
#before_value ⇒ Object
The value of the property before the change.
-
#diff_patches ⇒ Object
List of diff patches for text changes.
-
#property_path ⇒ Object
The dot-separated path of the property that was changed.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_version_action_metadata.rb', line 36 def additional_properties @additional_properties end |
#after_value ⇒ Object
The value of the property after the change.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_version_action_metadata.rb', line 25 def after_value @after_value end |
#before_value ⇒ Object
The value of the property before the change.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_version_action_metadata.rb', line 28 def before_value @before_value end |
#diff_patches ⇒ Object
List of diff patches for text changes.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_version_action_metadata.rb', line 31 def diff_patches @diff_patches end |
#property_path ⇒ Object
The dot-separated path of the property that was changed.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_version_action_metadata.rb', line 34 def property_path @property_path end |