Class ProductAnalyticsJourneyListRequestData

The single JSON:API resource carrying a journey list query. Its attributes hold the time window and the journey whose matching entities should be listed, one row each.

Hierarchy

  • ProductAnalyticsJourneyListRequestData

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 request.

The resource type identifier for a journey list request.

Generated using TypeDoc