Class ProductAnalyticsSankeyAggregatedNode

One of the nodes rolled up into an aggregated node, retained so the roll-up can be broken down.

Hierarchy

  • ProductAnalyticsSankeyAggregatedNode

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
id?: string

Unique identifier for the node.

incomingValue?: number

Number of sessions entering the node.

name?: string

The facet value the node represents.

outgoingValue?: number

Number of sessions leaving the node.

The resource type identifier for a node rolled up into an aggregated node.

value?: number

Number of sessions passing through the node.

Generated using TypeDoc