Class ProductAnalyticsAnalyticsListResponseAttributes

Attributes of an analytics list response, containing the matching event rows.

Hierarchy

  • ProductAnalyticsAnalyticsListResponseAttributes

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
records?: {
    [key: string]: any;
}[]

The event rows, each holding the values of the requested columns.

totalCount?: number

Total number of records matching the query, before the row limit is applied.

Generated using TypeDoc