guestlist

@JvmName(name = "listGuestUsersResponseGuestUser")
fun Flow<ListGuestUsersResponse>.guestlist(): Flow<GuestUser>

This paginator transforms the flow returned by listGuestUsersPaginated to access the nested member GuestUser

Return

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