The request for a RUM events list.

Hierarchy

  • RUMSearchEventsRequest

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

The search and filter query settings.

options?: RUMQueryOptions

Global query options that are used during the query. Note: Only supply timezone or time offset, not both. Otherwise, the query fails.

Paging attributes for listing events.

sort?: RUMSort

Sort parameters when querying events.

Generated using TypeDoc