groups

@JvmName(name = "getGroupsResponseGroupSummary")
fun Flow<GetGroupsResponse>.groups(): Flow<GroupSummary>

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

Return

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