Class: DatadogAPIClient::V2::SyntheticsFastTestResultAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SyntheticsFastTestResultAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/synthetics_fast_test_result_attributes.rb
Overview
Attributes of the fast test result.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#device ⇒ Object
Device information for browser-based fast tests.
-
#location ⇒ Object
Location from which the fast test was executed.
-
#result ⇒ Object
Detailed result data for the fast test run.
-
#test_sub_type ⇒ Object
Subtype of the Synthetic test that produced this result.
-
#test_type ⇒ Object
The type of the Synthetic test that produced this result (for example,
apiorbrowser). -
#test_version ⇒ Object
Version of the test at the time the fast test was triggered.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/synthetics_fast_test_result_attributes.rb', line 43 def additional_properties @additional_properties end |
#device ⇒ Object
Device information for browser-based fast tests.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/synthetics_fast_test_result_attributes.rb', line 25 def device @device end |
#location ⇒ Object
Location from which the fast test was executed.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/synthetics_fast_test_result_attributes.rb', line 28 def location @location end |
#result ⇒ Object
Detailed result data for the fast test run. The exact shape of nested fields
(request, response, assertions, etc.) depends on the test subtype.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/synthetics_fast_test_result_attributes.rb', line 32 def result @result end |
#test_sub_type ⇒ Object
Subtype of the Synthetic test that produced this result.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/synthetics_fast_test_result_attributes.rb', line 35 def test_sub_type @test_sub_type end |
#test_type ⇒ Object
The type of the Synthetic test that produced this result (for example, api or browser).
38 39 40 |
# File 'lib/datadog_api_client/v2/models/synthetics_fast_test_result_attributes.rb', line 38 def test_type @test_type end |
#test_version ⇒ Object
Version of the test at the time the fast test was triggered.
41 42 43 |
# File 'lib/datadog_api_client/v2/models/synthetics_fast_test_result_attributes.rb', line 41 def test_version @test_version end |