groups

@JvmName(name = "listGroupsResponseGroupSummary")
fun Flow<ListGroupsResponse>.groups(): Flow<GroupSummary>

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

Return

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


@JvmName(name = "listGroupsForMemberResponseGroupSummary")
fun Flow<ListGroupsForMemberResponse>.groups(): Flow<GroupSummary>

This paginator transforms the flow returned by listGroupsForMemberPaginated to access the nested member GroupSummary

Return

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


@JvmName(name = "searchGroupsResponseGroup")
fun Flow<SearchGroupsResponse>.groups(): 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