Sha256: 87a67b87dd381db2ae83c03f0ab5980fbfc27b7a1b7864fc3319c0a63fd8a944
Contents?: true
Size: 823 Bytes
Versions: 7
Compression:
Stored size: 823 Bytes
Contents
# DatadogAPIClient::V1::SyntheticsAPITestResultShort ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **check_time** | **Float** | Last time the API test was performed. | [optional] | | **probe_dc** | **String** | Location from which the API test was performed. | [optional] | | **result** | [**SyntheticsAPITestResultShortResult**](SyntheticsAPITestResultShortResult.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::SyntheticsAPITestResultShort.new( check_time: null, probe_dc: null, result: null, result_id: null, status: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems