Class ProductAnalyticsJourneyListResponseAttributes

Attributes of a journey list response.

Hierarchy

  • ProductAnalyticsJourneyListResponseAttributes

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 kind of entity returned by a journey list query.

records: {
    [key: string]: any;
}[]

The returned rows.

totalCount: number

Total number of rows matching the query, ignoring limit.

Generated using TypeDoc