Class FlakyTestsSearchRequestAttributes

Attributes for the flaky tests search request.

Hierarchy

  • FlakyTestsSearchRequestAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

Search filter settings.

Pagination attributes for listing flaky tests.

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.

Generated using TypeDoc