Class: DatadogAPIClient::V2::FlakyTestsSearchRequestAttributes

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

Overview

Attributes for the flaky tests search request.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



38
39
40
# File 'lib/datadog_api_client/v2/models/flaky_tests_search_request_attributes.rb', line 38

def additional_properties
  @additional_properties
end

#filterObject

Search filter settings.



25
26
27
# File 'lib/datadog_api_client/v2/models/flaky_tests_search_request_attributes.rb', line 25

def filter
  @filter
end

#include_historyObject

Whether to include the status change history for each flaky test in the response. When set to true, each test will include a history array with chronological status changes. Defaults to false.



30
31
32
# File 'lib/datadog_api_client/v2/models/flaky_tests_search_request_attributes.rb', line 30

def include_history
  @include_history
end

#pageObject

Pagination attributes for listing flaky tests.



33
34
35
# File 'lib/datadog_api_client/v2/models/flaky_tests_search_request_attributes.rb', line 33

def page
  @page
end

#sortObject

Parameter for sorting flaky test results. The default sort is by ascending Fully Qualified Name (FQN). The FQN is the concatenation of the test module, suite, and name.



36
37
38
# File 'lib/datadog_api_client/v2/models/flaky_tests_search_request_attributes.rb', line 36

def sort
  @sort
end