Sha256: c4bb2983a9681d21dc25d919ad307181eecb6a85a58830aa9ac01495ab54ea46

Contents?: true

Size: 809 Bytes

Versions: 2

Compression:

Stored size: 809 Bytes

Contents

# DatadogAPIClient::V1::SyntheticsTriggerTest

## Properties

| Name          | Type                                                          | Description                                      | Notes      |
| ------------- | ------------------------------------------------------------- | ------------------------------------------------ | ---------- |
| **metadata**  | [**SyntheticsCIBatchMetadata**](SyntheticsCIBatchMetadata.md) |                                                  | [optional] |
| **public_id** | **String**                                                    | The public ID of the Synthetics test to trigger. |            |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::SyntheticsTriggerTest.new(
  metadata: null,
  public_id: aaa-aaa-aaa
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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