Sha256: cb9126bdb75f6ee6a48bd738f13c4bb9f09b5298219d7b69fa956d45013c6ed7
Contents?: true
Size: 1.86 KB
Versions: 2
Compression:
Stored size: 1.86 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/SyntheticsBrowserTestResultFull.md |
datadog_api_client-1.5.0 | docs/v1/SyntheticsBrowserTestResultFull.md |