membershipSummaries

@JvmName(name = "listMembershipsResponseMembershipSummary")
fun Flow<ListMembershipsResponse>.membershipSummaries(): Flow<MembershipSummary>

This paginator transforms the flow returned by listMembershipsPaginated to access the nested member MembershipSummary

Return

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