Class: DatadogAPIClient::V2::FlakyTestsSearchRequestAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::FlakyTestsSearchRequestAttributes
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#filter ⇒ Object
Search filter settings.
-
#include_history ⇒ Object
Whether to include the status change history for each flaky test in the response.
-
#page ⇒ Object
Pagination attributes for listing flaky tests.
-
#sort ⇒ Object
Parameter for sorting flaky test results.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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 |
#filter ⇒ Object
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_history ⇒ Object
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 |
#page ⇒ Object
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 |
#sort ⇒ Object
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 |