Sha256: 9a04558e5826669b53fdd53391e01c442c45ce2b3768827ec11210b677543b84

Contents?: true

Size: 1.38 KB

Versions: 2

Compression:

Stored size: 1.38 KB

Contents

# DatadogAPIClient::V1::SyntheticsAPITest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **config** | [**SyntheticsAPITestConfig**](SyntheticsAPITestConfig.md) |  | [optional] |
| **locations** | **Array<String>** | Array of locations used to run the test. | [optional] |
| **message** | **String** | Notification message associated with the test. | [optional] |
| **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 for the test. | [optional] |
| **status** | [**SyntheticsTestPauseStatus**](SyntheticsTestPauseStatus.md) |  | [optional] |
| **subtype** | [**SyntheticsTestDetailsSubType**](SyntheticsTestDetailsSubType.md) |  | [optional] |
| **tags** | **Array<String>** | Array of tags attached to the test. | [optional] |
| **type** | [**SyntheticsAPITestType**](SyntheticsAPITestType.md) |  | [optional][default to 'api'] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::SyntheticsAPITest.new(
  config: null,
  locations: null,
  message: null,
  monitor_id: null,
  name: null,
  options: null,
  public_id: null,
  status: null,
  subtype: 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/SyntheticsAPITest.md
datadog_api_client-1.0.0.beta.3 docs/v1/SyntheticsAPITest.md