Class ProductAnalyticsJourneyListResponseData

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.

Hierarchy

  • ProductAnalyticsJourneyListResponseData

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

Attributes of a journey list response.

id: string

Identifier of this result.

The resource type identifier for a journey list response.

Generated using TypeDoc