Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QueryHierarchyItemsResult

Hierarchy

  • QueryHierarchyItemsResult

Index

Properties

Properties

Optional count

count: number

The count of items.

Optional hasMore

hasMore: boolean

Indicates if the max return limit was hit but there are still more items

Optional value

value: Array<QueryHierarchyItem>

The list of items

Generated using TypeDoc