Sha256: e83d66baf49cfe03e779d445ed90656b9b306c93dbd57c93293d0dc698efef00

Contents?: true

Size: 1.35 KB

Versions: 2

Compression:

Stored size: 1.35 KB

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.6.0 docs/v1/SyntheticsTriggerCITestsResponse.md
datadog_api_client-1.5.0 docs/v1/SyntheticsTriggerCITestsResponse.md