Class ProductAnalyticsJourneyListResponse

Response for a journey list query.

Hierarchy

  • ProductAnalyticsJourneyListResponse

Constructors

Properties

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 single JSON:API resource holding the entities matching a journey. Its attributes contain the returned rows and the total number of rows that matched, ignoring limit.

Generated using TypeDoc