Sha256: f915acef121de0e26d6b5f7e4934aae776189dea5ae4aafd03dc1576669ec013

Contents?: true

Size: 1.62 KB

Versions: 7

Compression:

Stored size: 1.62 KB

Contents

# DatadogAPIClient::V1::SyntheticsBrowserTestResultData

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **browser_type** | **String** | Type of browser device used for the browser test. | [optional] |
| **browser_version** | **String** | Browser version used for the browser test. | [optional] |
| **device** | [**SyntheticsDevice**](SyntheticsDevice.md) |  | [optional] |
| **duration** | **Float** | Global duration in second of the browser test. | [optional] |
| **error** | **String** | Error returned for the browser test. | [optional] |
| **passed** | **Boolean** | Whether or not the browser test was conducted. | [optional] |
| **received_email_count** | **Integer** | The amount of email received during the browser test. | [optional] |
| **start_url** | **String** | Starting URL for the browser test. | [optional] |
| **step_details** | [**Array<SyntheticsStepDetail>**](SyntheticsStepDetail.md) | Array containing the different browser test steps. | [optional] |
| **thumbnails_bucket_key** | **Boolean** | Whether or not a thumbnail is associated with the browser test. | [optional] |
| **time_to_interactive** | **Float** | Time in second to wait before the browser test starts after reaching the start URL. | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::SyntheticsBrowserTestResultData.new(
  browser_type: null,
  browser_version: null,
  device: null,
  duration: null,
  error: null,
  passed: null,
  received_email_count: null,
  start_url: null,
  step_details: null,
  thumbnails_bucket_key: null,
  time_to_interactive: null
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

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