Sha256: e36c70e8f329a3113de95802a7d327196757ae125a1b1dc42c335be3fcfe8830
Contents?: true
Size: 672 Bytes
Versions: 1
Compression:
Stored size: 672 Bytes
Contents
# DatadogAPIClient::V1::SyntheticsTestRequestProxy ## Properties | Name | Type | Description | Notes | | ----------- | ------------------------------ | -------------------------------------------- | ---------- | | **headers** | **Hash<String, String>** | Headers to include when performing the test. | [optional] | | **url** | **String** | URL of the proxy to perform the test. | | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SyntheticsTestRequestProxy.new( headers: null, url: https://example.com ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/SyntheticsTestRequestProxy.md |