ListUserHierarchyGroupsResponse constructor
ListUserHierarchyGroupsResponse({
- String? nextToken,
- List<
HierarchyGroupSummary> ? userHierarchyGroupSummaryList,
Implementation
ListUserHierarchyGroupsResponse({
this.nextToken,
this.userHierarchyGroupSummaryList,
});