Class: DatadogAPIClient::V2::UpdateFlakyTestsResponseResult

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#errorObject

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

#idObject

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

#successObject

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