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
-
#device ⇒ Object
The device ID.
-
#location ⇒ Object
The location ID of the test run.
-
#public_id ⇒ Object
The public ID of the Synthetics test.
-
#result_id ⇒ Object
ID of the result.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#device ⇒ Object
The device ID.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/synthetics_trigger_ci_test_run_result.rb', line 29 def device @device end |
#location ⇒ Object
The location ID of the test run.
32 33 34 |
# File 'lib/datadog_api_client/v1/models/synthetics_trigger_ci_test_run_result.rb', line 32 def location @location end |
#public_id ⇒ Object
The public ID of the Synthetics test.
35 36 37 |
# File 'lib/datadog_api_client/v1/models/synthetics_trigger_ci_test_run_result.rb', line 35 def public_id @public_id end |
#result_id ⇒ Object
ID of the result.
38 39 40 |
# File 'lib/datadog_api_client/v1/models/synthetics_trigger_ci_test_run_result.rb', line 38 def result_id @result_id end |