Sha256: 7c8f9987189f44aa9b0c9d80f353b89efb143b3dfe5f2a4768ec5227292e82e5
Contents?: true
Size: 1.33 KB
Versions: 2
Compression:
Stored size: 1.33 KB
Contents
# DatadogAPIClient::V1::SyntheticsBrowserTestResultShortResult ## Properties | Name | Type | Description | Notes | | ------------------------ | ------------------------------------------- | --------------------------------------------------------- | ---------- | | **device** | [**SyntheticsDevice**](SyntheticsDevice.md) | | [optional] | | **duration** | **Float** | Length in second of the browser test run. | [optional] | | **error_count** | **Integer** | Amount of errors collected for a single browser test run. | [optional] | | **step_count_completed** | **Integer** | Amount of browser test steps completed before failing. | [optional] | | **step_count_total** | **Integer** | Total amount of browser test steps. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SyntheticsBrowserTestResultShortResult.new( device: null, duration: null, error_count: null, step_count_completed: null, step_count_total: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/SyntheticsBrowserTestResultShortResult.md |
datadog_api_client-1.5.0 | docs/v1/SyntheticsBrowserTestResultShortResult.md |