Class: DatadogAPIClient::V2::UpdateFlakyTestsResponseResult
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::UpdateFlakyTestsResponseResult
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/update_flaky_tests_response_result.rb
Overview
Result of updating a single flaky test state.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#error ⇒ Object
Error message if the update failed.
-
#id ⇒ Object
readonly
The ID of the flaky test from the request.
-
#success ⇒ Object
readonly
Trueif the update was successful,Falseif there were any errors.
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/update_flaky_tests_response_result.rb', line 33 def additional_properties @additional_properties end |
#error ⇒ Object
Error message if the update failed.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/update_flaky_tests_response_result.rb', line 25 def error @error end |
#id ⇒ Object
The ID of the flaky test from the request. This is the same ID returned by the Search flaky tests endpoint and corresponds to the test_fingerprint_fqn field in test run events.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/update_flaky_tests_response_result.rb', line 28 def id @id end |
#success ⇒ Object
True if the update was successful, False if there were any errors.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/update_flaky_tests_response_result.rb', line 31 def success @success end |