Class: DatadogAPIClient::V2::SyntheticsTestResultDeviceBrowser
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SyntheticsTestResultDeviceBrowser
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/synthetics_test_result_device_browser.rb
Overview
Browser information for the device used to run the test.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#type ⇒ Object
Browser type (for example, ‘chrome`, `firefox`).
-
#user_agent ⇒ Object
User agent string reported by the browser.
-
#version ⇒ Object
Browser version.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_device_browser.rb', line 33 def additional_properties @additional_properties end |
#type ⇒ Object
Browser type (for example, ‘chrome`, `firefox`).
25 26 27 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_device_browser.rb', line 25 def type @type end |
#user_agent ⇒ Object
User agent string reported by the browser.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_device_browser.rb', line 28 def user_agent @user_agent end |
#version ⇒ Object
Browser version.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_device_browser.rb', line 31 def version @version end |