Class: DatadogAPIClient::V1::SyntheticsBrowserTestResultShort
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SyntheticsBrowserTestResultShort
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/synthetics_browser_test_result_short.rb
Overview
Object with the results of a single Synthetic browser test.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#check_time ⇒ Object
Last time the browser test was performed.
-
#probe_dc ⇒ Object
Location from which the Browser test was performed.
-
#result ⇒ Object
Object with the result of the last browser test run.
-
#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
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
42 43 44 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test_result_short.rb', line 42 def additional_properties @additional_properties end |
#check_time ⇒ Object
Last time the browser test was performed.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test_result_short.rb', line 25 def check_time @check_time end |
#probe_dc ⇒ Object
Location from which the Browser test was performed.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test_result_short.rb', line 28 def probe_dc @probe_dc end |
#result ⇒ Object
Object with the result of the last browser test run.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test_result_short.rb', line 31 def result @result end |
#result_id ⇒ Object
ID of the browser test result.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test_result_short.rb', line 34 def result_id @result_id end |
#status ⇒ Object
The status of your Synthetic monitor.
-
‘O` for not triggered
-
‘1` for triggered
-
‘2` for no data
40 41 42 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test_result_short.rb', line 40 def status @status end |