Sha256: d17a5a9a242ae361fb6ce3e1f6f5225d52e23810d868f40377a4af4c07a29ec5
Contents?: true
Size: 1.04 KB
Versions: 7
Compression:
Stored size: 1.04 KB
Contents
# DatadogAPIClient::V1::SyntheticsBrowserTestResultFull ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **check** | [**SyntheticsBrowserTestResultFullCheck**](SyntheticsBrowserTestResultFullCheck.md) | | [optional] | | **check_time** | **Float** | When the browser test was conducted. | [optional] | | **check_version** | **Integer** | Version of the browser test used. | [optional] | | **probe_dc** | **String** | Location from which the browser test was performed. | [optional] | | **result** | [**SyntheticsBrowserTestResultData**](SyntheticsBrowserTestResultData.md) | | [optional] | | **result_id** | **String** | ID of the browser test result. | [optional] | | **status** | [**SyntheticsTestMonitorStatus**](SyntheticsTestMonitorStatus.md) | | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SyntheticsBrowserTestResultFull.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