items

@JvmName(name = "listGroupsResponseGroupSummary")
fun Flow<ListGroupsResponse>.items(): 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