groups

@JvmName(name = "listGroupsResponseGroup")
fun Flow<ListGroupsResponse>.groups(): 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 = "listGroupsForUserResponseGroup")
fun Flow<ListGroupsForUserResponse>.groups(): Flow<Group>

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

Return

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