Metadata for a Product Analytics query response.

Hierarchy

  • ProductAnalyticsResponseMeta

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
requestId?: string

Unique identifier for the request, used for multi-step query continuation.

The execution status of a Product Analytics query.

Generated using TypeDoc