Sha256: 81b16a81262eb2036ad6e6711611d7b472935fbb008c39c8982fc6ae8b6da2df
Contents?: true
Size: 1.77 KB
Versions: 2
Compression:
Stored size: 1.77 KB
Contents
# DatadogAPIClient::V1::SyntheticsAPITestResultFull ## Properties | Name | Type | Description | Notes | | ----------------- | --------------------------------------------------------------------------- | -------------------------------------------------- | ---------- | | **check** | [**SyntheticsAPITestResultFullCheck**](SyntheticsAPITestResultFullCheck.md) | | [optional] | | **check_time** | **Float** | When the API test was conducted. | [optional] | | **check_version** | **Integer** | Version of the API test used. | [optional] | | **probe_dc** | **String** | Locations for which to query the API test results. | [optional] | | **result** | [**SyntheticsAPITestResultData**](SyntheticsAPITestResultData.md) | | [optional] | | **result_id** | **String** | ID of the API test result. | [optional] | | **status** | [**SyntheticsTestMonitorStatus**](SyntheticsTestMonitorStatus.md) | | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SyntheticsAPITestResultFull.new( check: null, check_time: null, check_version: null, probe_dc: null, result: null, result_id: null, status: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/SyntheticsAPITestResultFull.md |
datadog_api_client-1.5.0 | docs/v1/SyntheticsAPITestResultFull.md |