Class ProductAnalyticsJourneyPathTarget

A reference to the range of steps between two nodes of the journey.

Hierarchy

  • ProductAnalyticsJourneyPathTarget

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
end: string

Alias of the node the path ends at.

start: string

Alias of the node the path starts at.

The discriminator identifying a target that references a range of steps.

Generated using TypeDoc