Sha256: 223716df9a1b692c59f9fdf25148ce4dd95209fc725c2cc0281e248f5e72de1c

Contents?: true

Size: 1.44 KB

Versions: 2

Compression:

Stored size: 1.44 KB

Contents

# DatadogAPIClient::V1::SyntheticsBrowserTest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **config** | [**SyntheticsBrowserTestConfig**](SyntheticsBrowserTestConfig.md) |  | [optional] |
| **locations** | **Array<String>** | Array of locations used to run the test. | [optional] |
| **message** | **String** | Notification message associated with the test. Message can either be text or an empty string. |  |
| **monitor_id** | **Integer** | The associated monitor ID. | [optional] |
| **name** | **String** | Name of the test. | [optional] |
| **options** | [**SyntheticsTestOptions**](SyntheticsTestOptions.md) |  | [optional] |
| **public_id** | **String** | The public ID of the test. | [optional] |
| **status** | [**SyntheticsTestPauseStatus**](SyntheticsTestPauseStatus.md) |  | [optional] |
| **steps** | [**Array<SyntheticsStep>**](SyntheticsStep.md) | The steps of the test. | [optional] |
| **tags** | **Array<String>** | Array of tags attached to the test. | [optional] |
| **type** | [**SyntheticsBrowserTestType**](SyntheticsBrowserTestType.md) |  | [optional][default to 'browser'] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::SyntheticsBrowserTest.new(
  config: null,
  locations: null,
  message: ,
  monitor_id: null,
  name: null,
  options: null,
  public_id: null,
  status: null,
  steps: null,
  tags: null,
  type: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.0.0 docs/v1/SyntheticsBrowserTest.md
datadog_api_client-1.0.0.beta.3 docs/v1/SyntheticsBrowserTest.md