Sha256: abac972b212677d05c89758ec40abb0756926574f42df5a7c1a30d2d867706d5
Contents?: true
Size: 672 Bytes
Versions: 1
Compression:
Stored size: 672 Bytes
Contents
# DatadogAPIClient::V1::SyntheticsTriggerCITestsResponseResults ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **device** | [**SyntheticsDeviceID**](SyntheticsDeviceID.md) | | [optional] | | **location** | **Float** | 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::SyntheticsTriggerCITestsResponseResults.new( device: null, location: null, public_id: null, result_id: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.0.0.beta.2 | docs/v1/SyntheticsTriggerCITestsResponseResults.md |