Interface SyntheticsApiSearchSuitesRequest

Hierarchy

  • SyntheticsApiSearchSuitesRequest

Properties

count?: number

The maximum number of results to return.

facetsOnly?: boolean

If true, return only facets instead of full test details.

query?: string

The search query.

sort?: string

The sort order for the results (e.g., name,asc or name,desc).

start?: number

The offset from which to start returning results.

Generated using TypeDoc