groupList

@JvmName(name = "listGroupsResponseGroup")
fun Flow<ListGroupsResponse>.groupList(): Flow<Group>

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

Return

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


@JvmName(name = "listUserGroupsResponseGroup")
fun Flow<ListUserGroupsResponse>.groupList(): Flow<Group>

This paginator transforms the flow returned by listUserGroupsPaginated to access the nested member Group

Return

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


@JvmName(name = "searchGroupsResponseGroup")
fun Flow<SearchGroupsResponse>.groupList(): Flow<Group>

This paginator transforms the flow returned by searchGroupsPaginated to access the nested member Group

Return

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