Class ProductAnalyticsAnalyticsRequestAttributes

Attributes for an analytics request.

Hierarchy

  • ProductAnalyticsAnalyticsRequestAttributes

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
enforcedExecutionType?: ProductAnalyticsExecutionType

Override the query execution strategy.

from: number

Start time in epoch milliseconds. Must be less than to.

The analytics query definition containing a base query, compute rule, and optional grouping.

requestId?: string

Optional request ID for multi-step query continuation.

to: number

End time in epoch milliseconds.

Generated using TypeDoc