Class: DatadogAPIClient::V1::SyntheticsBrowserTestResultData
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SyntheticsBrowserTestResultData
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/synthetics_browser_test_result_data.rb
Overview
Object containing results for your Synthetic browser test.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#browser_type ⇒ Object
Type of browser device used for the browser test.
-
#browser_version ⇒ Object
Browser version used for the browser test.
-
#device ⇒ Object
Object describing the device used to perform the Synthetic test.
-
#duration ⇒ Object
Global duration in second of the browser test.
-
#error ⇒ Object
Error returned for the browser test.
-
#failure ⇒ Object
The browser test failure details.
-
#passed ⇒ Object
Whether or not the browser test was conducted.
-
#received_email_count ⇒ Object
The amount of email received during the browser test.
-
#start_url ⇒ Object
Starting URL for the browser test.
-
#step_details ⇒ Object
Array containing the different browser test steps.
-
#thumbnails_bucket_key ⇒ Object
Whether or not a thumbnail is associated with the browser test.
-
#time_to_interactive ⇒ Object
Time in second to wait before the browser test starts after reaching the start URL.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
61 62 63 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test_result_data.rb', line 61 def additional_properties @additional_properties end |
#browser_type ⇒ Object
Type of browser device used for the browser test.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test_result_data.rb', line 25 def browser_type @browser_type end |
#browser_version ⇒ Object
Browser version used for the browser test.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test_result_data.rb', line 28 def browser_version @browser_version end |
#device ⇒ Object
Object describing the device used to perform the Synthetic test.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test_result_data.rb', line 31 def device @device end |
#duration ⇒ Object
Global duration in second of the browser test.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test_result_data.rb', line 34 def duration @duration end |
#error ⇒ Object
Error returned for the browser test.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test_result_data.rb', line 37 def error @error end |
#failure ⇒ Object
The browser test failure details.
40 41 42 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test_result_data.rb', line 40 def failure @failure end |
#passed ⇒ Object
Whether or not the browser test was conducted.
43 44 45 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test_result_data.rb', line 43 def passed @passed end |
#received_email_count ⇒ Object
The amount of email received during the browser test.
46 47 48 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test_result_data.rb', line 46 def received_email_count @received_email_count end |
#start_url ⇒ Object
Starting URL for the browser test.
49 50 51 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test_result_data.rb', line 49 def start_url @start_url end |
#step_details ⇒ Object
Array containing the different browser test steps.
52 53 54 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test_result_data.rb', line 52 def step_details @step_details end |
#thumbnails_bucket_key ⇒ Object
Whether or not a thumbnail is associated with the browser test.
55 56 57 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test_result_data.rb', line 55 def thumbnails_bucket_key @thumbnails_bucket_key end |
#time_to_interactive ⇒ Object
Time in second to wait before the browser test starts after reaching the start URL.
59 60 61 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test_result_data.rb', line 59 def time_to_interactive @time_to_interactive end |