Sha256: f5295d16005c408bf19a1b7189148fa1a6db49a6569836b24992211908b26c6e

Contents?: true

Size: 1.51 KB

Versions: 2

Compression:

Stored size: 1.51 KB

Contents

# DatadogAPIClient::V1::SyntheticsTiming

## Properties

| Name           | Type      | Description                                                       | Notes      |
| -------------- | --------- | ----------------------------------------------------------------- | ---------- |
| **dns**        | **Float** | The duration in millisecond of the DNS lookup.                    | [optional] |
| **download**   | **Float** | The time in millisecond to download the response.                 | [optional] |
| **first_byte** | **Float** | The time in millisecond to first byte.                            | [optional] |
| **handshake**  | **Float** | The duration in millisecond of the TLS handshake.                 | [optional] |
| **redirect**   | **Float** | The time in millisecond spent during redirections.                | [optional] |
| **ssl**        | **Float** | The duration in millisecond of the TLS handshake.                 | [optional] |
| **tcp**        | **Float** | Time in millisecond to establish the TCP connection.              | [optional] |
| **total**      | **Float** | The overall time in millisecond the request took to be processed. | [optional] |
| **wait**       | **Float** | Time spent in millisecond waiting for a response.                 | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::SyntheticsTiming.new(
  dns: null,
  download: null,
  first_byte: null,
  handshake: null,
  redirect: null,
  ssl: null,
  tcp: null,
  total: null,
  wait: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v1/SyntheticsTiming.md
datadog_api_client-1.5.0 docs/v1/SyntheticsTiming.md