Class: DatadogAPIClient::V2::SyntheticsTestVersionDiffPatches

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#diffsObject

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

#length1Object

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

#length2Object

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

#start1Object

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

#start2Object

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