userHierarchyGroups

@JvmName(name = "searchUserHierarchyGroupsResponseHierarchyGroup")
fun Flow<SearchUserHierarchyGroupsResponse>.userHierarchyGroups(): Flow<HierarchyGroup>

This paginator transforms the flow returned by searchUserHierarchyGroupsPaginated to access the nested member HierarchyGroup

Return

A kotlinx.coroutines.flow.Flow that can collect HierarchyGroup