groups

@JvmName(name = "adminListGroupsForUserResponseGroupType")
fun Flow<AdminListGroupsForUserResponse>.groups(): Flow<GroupType>

This paginator transforms the flow returned by adminListGroupsForUserPaginated to access the nested member GroupType

Return

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


@JvmName(name = "listGroupsResponseGroupType")
fun Flow<ListGroupsResponse>.groups(): Flow<GroupType>

This paginator transforms the flow returned by listGroupsPaginated to access the nested member GroupType

Return

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