# DatadogAPIClient::V1::SyntheticsTriggerCITestsResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **locations** | [**Array<SyntheticsTriggerCITestsResponseLocations>**](SyntheticsTriggerCITestsResponseLocations.md) | List of Synthetics locations. | [optional] | | **results** | [**Array<SyntheticsTriggerCITestsResponseResults>**](SyntheticsTriggerCITestsResponseResults.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( locations: null, results: null, triggered_check_ids: null ) ```