Class: DatadogAPIClient::V1::SyntheticsBatchResult
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SyntheticsBatchResult
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/synthetics_batch_result.rb
Overview
Object with the results of a Synthetic batch.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#device ⇒ Object
The device ID.
-
#duration ⇒ Object
Total duration in millisecond of the test.
-
#execution_rule ⇒ Object
Execution rule for a Synthetic test.
-
#location ⇒ Object
Name of the location.
-
#result_id ⇒ Object
The ID of the result to get.
-
#retries ⇒ Object
Number of times this result has been retried.
-
#status ⇒ Object
Determines whether the batch has passed, failed, or is in progress.
-
#test_name ⇒ Object
Name of the test.
-
#test_public_id ⇒ Object
The public ID of the Synthetic test.
-
#test_type ⇒ Object
Type of the Synthetic test, either ‘api` or `browser`.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
54 55 56 |
# File 'lib/datadog_api_client/v1/models/synthetics_batch_result.rb', line 54 def additional_properties @additional_properties end |
#device ⇒ Object
The device ID.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/synthetics_batch_result.rb', line 25 def device @device end |
#duration ⇒ Object
Total duration in millisecond of the test.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/synthetics_batch_result.rb', line 28 def duration @duration end |
#execution_rule ⇒ Object
Execution rule for a Synthetic test.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/synthetics_batch_result.rb', line 31 def execution_rule @execution_rule end |
#location ⇒ Object
Name of the location.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/synthetics_batch_result.rb', line 34 def location @location end |
#result_id ⇒ Object
The ID of the result to get.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/synthetics_batch_result.rb', line 37 def result_id @result_id end |
#retries ⇒ Object
Number of times this result has been retried.
40 41 42 |
# File 'lib/datadog_api_client/v1/models/synthetics_batch_result.rb', line 40 def retries @retries end |
#status ⇒ Object
Determines whether the batch has passed, failed, or is in progress.
43 44 45 |
# File 'lib/datadog_api_client/v1/models/synthetics_batch_result.rb', line 43 def status @status end |
#test_name ⇒ Object
Name of the test.
46 47 48 |
# File 'lib/datadog_api_client/v1/models/synthetics_batch_result.rb', line 46 def test_name @test_name end |
#test_public_id ⇒ Object
The public ID of the Synthetic test.
49 50 51 |
# File 'lib/datadog_api_client/v1/models/synthetics_batch_result.rb', line 49 def test_public_id @test_public_id end |
#test_type ⇒ Object
Type of the Synthetic test, either ‘api` or `browser`.
52 53 54 |
# File 'lib/datadog_api_client/v1/models/synthetics_batch_result.rb', line 52 def test_type @test_type end |