accounts

@JvmName(name = "listStagingAccountsResponseAccount")
fun Flow<ListStagingAccountsResponse>.accounts(): Flow<Account>

This paginator transforms the flow returned by listStagingAccountsPaginated to access the nested member Account

Return

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