Class: DatadogAPIClient::V1::SyntheticsPatchTestOperation

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v1/models/synthetics_patch_test_operation.rb

Overview

A single JSON Patch operation to perform on the test

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#opObject

The operation to perform



25
26
27
# File 'lib/datadog_api_client/v1/models/synthetics_patch_test_operation.rb', line 25

def op
  @op
end

#pathObject

The path to the value to modify



28
29
30
# File 'lib/datadog_api_client/v1/models/synthetics_patch_test_operation.rb', line 28

def path
  @path
end

#valueObject

A value to use in a JSON Patch operation



31
32
33
# File 'lib/datadog_api_client/v1/models/synthetics_patch_test_operation.rb', line 31

def value
  @value
end