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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#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
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
48 49 50 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test_result_full.rb', line 48 def additional_properties @additional_properties end |
#check ⇒ Object
Object describing the browser test configuration.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test_result_full.rb', line 25 def check @check end |
#check_time ⇒ Object
When the browser test was conducted.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test_result_full.rb', line 28 def check_time @check_time end |
#check_version ⇒ Object
Version of the browser test used.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test_result_full.rb', line 31 def check_version @check_version end |
#probe_dc ⇒ Object
Location from which the browser test was performed.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test_result_full.rb', line 34 def probe_dc @probe_dc end |
#result ⇒ Object
Object containing results for your Synthetic browser test.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test_result_full.rb', line 37 def result @result end |
#result_id ⇒ Object
ID of the browser test result.
40 41 42 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test_result_full.rb', line 40 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
46 47 48 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test_result_full.rb', line 46 def status @status end |