blocklist

@JvmName(name = "listBlockedGuestUsersResponseBlockedGuestUser")
fun Flow<ListBlockedGuestUsersResponse>.blocklist(): Flow<BlockedGuestUser>

This paginator transforms the flow returned by listBlockedGuestUsersPaginated to access the nested member BlockedGuestUser

Return

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