ListUserHierarchyGroupsResponse constructor

ListUserHierarchyGroupsResponse({
  1. String? nextToken,
  2. List<HierarchyGroupSummary>? userHierarchyGroupSummaryList,
})

Implementation

ListUserHierarchyGroupsResponse({
  this.nextToken,
  this.userHierarchyGroupSummaryList,
});