Class: DatadogAPIClient::V2::SyntheticsTestVersionDiffPatches
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SyntheticsTestVersionDiffPatches
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/synthetics_test_version_diff_patches.rb
Overview
Object describing a patch in the diff.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#diffs ⇒ Object
List of individual diff operations.
-
#length1 ⇒ Object
Length of the original text segment.
-
#length2 ⇒ Object
Length of the modified text segment.
-
#start1 ⇒ Object
Start position in the original text.
-
#start2 ⇒ Object
Start position in the modified text.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
39 40 41 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_version_diff_patches.rb', line 39 def additional_properties @additional_properties end |
#diffs ⇒ Object
List of individual diff operations.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_version_diff_patches.rb', line 25 def diffs @diffs end |
#length1 ⇒ Object
Length of the original text segment.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_version_diff_patches.rb', line 28 def length1 @length1 end |
#length2 ⇒ Object
Length of the modified text segment.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_version_diff_patches.rb', line 31 def length2 @length2 end |
#start1 ⇒ Object
Start position in the original text.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_version_diff_patches.rb', line 34 def start1 @start1 end |
#start2 ⇒ Object
Start position in the modified text.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_version_diff_patches.rb', line 37 def start2 @start2 end |