Class: DatadogAPIClient::V2::SyntheticsTestVersionActionMetadata

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_valueObject

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_valueObject

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_patchesObject

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_pathObject

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