Sha256: 4b4f2b9b9b977740d20ab4d2ef58fdd07817e11b1cdd164bcd6ff8cbfbc7ff5a

Contents?: true

Size: 872 Bytes

Versions: 2

Compression:

Stored size: 872 Bytes

Contents

# DatadogAPIClient::V1::SyntheticsTriggerCITestsResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **batch_id** | **String** | The public ID of the batch triggered. | [optional] |
| **locations** | [**Array<SyntheticsTriggerCITestLocation>**](SyntheticsTriggerCITestLocation.md) | List of Synthetics locations. | [optional] |
| **results** | [**Array<SyntheticsTriggerCITestRunResult>**](SyntheticsTriggerCITestRunResult.md) | Information about the tests runs. | [optional] |
| **triggered_check_ids** | **Array<String>** | The public IDs of the Synthetics test triggered. | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::SyntheticsTriggerCITestsResponse.new(
  batch_id: null,
  locations: null,
  results: null,
  triggered_check_ids: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v1/SyntheticsTriggerCITestsResponse.md
datadog_api_client-1.3.0 docs/v1/SyntheticsTriggerCITestsResponse.md