Sha256: 06e8ee36659d4fe89b4205630e4f9c6e7abd4a3667bf13b53aee5e3384e6f6fb
Contents?: true
Size: 1.01 KB
Versions: 7
Compression:
Stored size: 1.01 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
7 entries across 7 versions & 1 rubygems