Class: DatadogAPIClient::V1::SyntheticsPatchTestBody

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

Overview

Wrapper around an array of JSON Patch operations to perform on the test

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#dataObject

Array of JSON Patch operations to perform on the test



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

def data
  @data
end