docs/v1/SyntheticsTriggerCITestsResponse.md in datadog_api_client-1.4.0 vs docs/v1/SyntheticsTriggerCITestsResponse.md in datadog_api_client-1.5.0
- old
+ new
@@ -1,15 +1,15 @@
# 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] |
+| 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'
@@ -19,6 +19,5 @@
locations: null,
results: null,
triggered_check_ids: null
)
```
-