Class: DatadogAPIClient::V1::SyntheticsTestRequestProxy
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SyntheticsTestRequestProxy
- 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
-
#headers ⇒ Object
Headers to include when performing the test.
-
#url ⇒ Object
readonly
URL of the proxy to perform the test.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#headers ⇒ Object
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 |
#url ⇒ Object
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 |