Sha256: 32c486cc607045489ab28d0ee8cb6ede716b3c94dae337d8993beb2ae4a5fb19
Contents?: true
Size: 1001 Bytes
Versions: 2
Compression:
Stored size: 1001 Bytes
Contents
# DatadogAPIClient::V1::SyntheticsTriggerCITestRunResult ## Properties | Name | Type | Description | Notes | | ------------- | ----------------------------------------------- | ------------------------------------- | ---------- | | **device** | [**SyntheticsDeviceID**](SyntheticsDeviceID.md) | | [optional] | | **location** | **Integer** | The location ID of the test run. | [optional] | | **public_id** | **String** | The public ID of the Synthetics test. | [optional] | | **result_id** | **String** | ID of the result. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SyntheticsTriggerCITestRunResult.new( device: null, location: null, public_id: null, result_id: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/SyntheticsTriggerCITestRunResult.md |
datadog_api_client-1.5.0 | docs/v1/SyntheticsTriggerCITestRunResult.md |