Class: DatadogAPIClient::V1::SyntheticsBrowserTestResultFull
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SyntheticsBrowserTestResultFull
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/synthetics_browser_test_result_full.rb
Overview
Object returned describing a browser test result.
Instance Attribute Summary collapse
-
#check ⇒ Object
Object describing the browser test configuration.
-
#check_time ⇒ Object
When the browser test was conducted.
-
#check_version ⇒ Object
Version of the browser test used.
-
#probe_dc ⇒ Object
Location from which the browser test was performed.
-
#result ⇒ Object
Object containing results for your Synthetic browser test.
-
#result_id ⇒ Object
ID of the browser test result.
-
#status ⇒ Object
The status of your Synthetic monitor.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#check ⇒ Object
Object describing the browser test configuration.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test_result_full.rb', line 29 def check @check end |
#check_time ⇒ Object
When the browser test was conducted.
32 33 34 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test_result_full.rb', line 32 def check_time @check_time end |
#check_version ⇒ Object
Version of the browser test used.
35 36 37 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test_result_full.rb', line 35 def check_version @check_version end |
#probe_dc ⇒ Object
Location from which the browser test was performed.
38 39 40 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test_result_full.rb', line 38 def probe_dc @probe_dc end |
#result ⇒ Object
Object containing results for your Synthetic browser test.
41 42 43 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test_result_full.rb', line 41 def result @result end |
#result_id ⇒ Object
ID of the browser test result.
44 45 46 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test_result_full.rb', line 44 def result_id @result_id end |
#status ⇒ Object
The status of your Synthetic monitor.
-
Ofor not triggered -
1for triggered -
2for no data
50 51 52 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test_result_full.rb', line 50 def status @status end |