Class: DatadogAPIClient::V1::SyntheticsTriggerCITestRunResult
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SyntheticsTriggerCITestRunResult
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/synthetics_trigger_ci_test_run_result.rb
Overview
Information about a single test run.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#device ⇒ Object
The device ID.
-
#location ⇒ Object
The location ID of the test run.
-
#public_id ⇒ Object
The public ID of the Synthetic test.
-
#result_id ⇒ Object
ID of the result.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v1/models/synthetics_trigger_ci_test_run_result.rb', line 36 def additional_properties @additional_properties end |
#device ⇒ Object
The device ID.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/synthetics_trigger_ci_test_run_result.rb', line 25 def device @device end |
#location ⇒ Object
The location ID of the test run.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/synthetics_trigger_ci_test_run_result.rb', line 28 def location @location end |
#public_id ⇒ Object
The public ID of the Synthetic test.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/synthetics_trigger_ci_test_run_result.rb', line 31 def public_id @public_id end |
#result_id ⇒ Object
ID of the result.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/synthetics_trigger_ci_test_run_result.rb', line 34 def result_id @result_id end |