Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

HierarchyPath

import type { HierarchyPath } from "https://aws-api.deno.dev/v0.3/services/connect.ts?docs=full";

Contains information about the levels of a hierarchy group.

interface HierarchyPath {
LevelFive?: HierarchyGroupSummary | null;
LevelFour?: HierarchyGroupSummary | null;
LevelOne?: HierarchyGroupSummary | null;
LevelThree?: HierarchyGroupSummary | null;
LevelTwo?: HierarchyGroupSummary | null;
}

§Properties

§
LevelFive?: HierarchyGroupSummary | null
[src]

Information about level five.

§
LevelFour?: HierarchyGroupSummary | null
[src]

Information about level four.

§
LevelOne?: HierarchyGroupSummary | null
[src]

Information about level one.

§
LevelThree?: HierarchyGroupSummary | null
[src]

Information about level three.

§
LevelTwo?: HierarchyGroupSummary | null
[src]

Information about level two.