Sha256: a6bba7f4acde87bf425b6e4521b5d295670d6b1d59708a4732a689c3698d1e55

Contents?: true

Size: 1.4 KB

Versions: 7

Compression:

Stored size: 1.4 KB

Contents

# DatadogAPIClient::V1::SyntheticsAPITestResultData

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **cert** | [**SyntheticsSSLCertificate**](SyntheticsSSLCertificate.md) |  | [optional] |
| **error_code** | [**SyntheticsErrorCode**](SyntheticsErrorCode.md) |  | [optional] |
| **error_message** | **String** | The API test error message. | [optional] |
| **event_type** | [**SyntheticsTestProcessStatus**](SyntheticsTestProcessStatus.md) |  | [optional] |
| **http_status_code** | **Integer** | The API test HTTP status code. | [optional] |
| **request_headers** | **Hash<String, Object>** | Request header object used for the API test. | [optional] |
| **response_body** | **String** | Response body returned for the API test. | [optional] |
| **response_headers** | **Hash<String, Object>** | Response headers returned for the API test. | [optional] |
| **response_size** | **Integer** | Global size in byte of the API test response. | [optional] |
| **timings** | [**SyntheticsTiming**](SyntheticsTiming.md) |  | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::SyntheticsAPITestResultData.new(
  cert: null,
  error_code: null,
  error_message: null,
  event_type: null,
  http_status_code: null,
  request_headers: null,
  response_body: null,
  response_headers: null,
  response_size: null,
  timings: null
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v1/SyntheticsAPITestResultData.md
datadog_api_client-1.3.0 docs/v1/SyntheticsAPITestResultData.md
datadog_api_client-1.2.0 docs/v1/SyntheticsAPITestResultData.md
datadog_api_client-1.1.0 docs/v1/SyntheticsAPITestResultData.md
datadog_api_client-1.0.0 docs/v1/SyntheticsAPITestResultData.md
datadog_api_client-1.0.0.beta.3 docs/v1/SyntheticsAPITestResultData.md
datadog_api_client-1.0.0.beta.2 docs/v1/SyntheticsAPITestResultData.md