Class: DatadogAPIClient::V1::SyntheticsTestRequestProxy

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

Overview

The proxy to perform the test.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#headersObject

Headers to include when performing the test.



29
30
31
# File 'lib/datadog_api_client/v1/models/synthetics_test_request_proxy.rb', line 29

def headers
  @headers
end

#urlObject

URL of the proxy to perform the test.



32
33
34
# File 'lib/datadog_api_client/v1/models/synthetics_test_request_proxy.rb', line 32

def url
  @url
end