Class: DatadogAPIClient::V2::UpdateFlakyTestsRequestTest

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/update_flaky_tests_request_test.rb

Overview

Details of what tests to update and their new attributes.

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_request_test.rb', line 33

def additional_properties
  @additional_properties
end

#idObject

The ID of the flaky test. This is the same ID returned by the Search flaky tests endpoint and is the value of the @test.fingerprint_fqn facet on test events. You can find it by searching on @test.fingerprint_fqn in the Test Optimization Explorer, or by filtering the Search flaky tests endpoint with the fingerprint_fqn key.



28
29
30
# File 'lib/datadog_api_client/v2/models/update_flaky_tests_request_test.rb', line 28

def id
  @id
end

#new_stateObject

The new state to set for the flaky test.



31
32
33
# File 'lib/datadog_api_client/v2/models/update_flaky_tests_request_test.rb', line 31

def new_state
  @new_state
end