items

@JvmName(name = "listManagedAccountsResponseManagedAccount")
fun Flow<ListManagedAccountsResponse>.items(): Flow<ManagedAccount>

This paginator transforms the flow returned by listManagedAccountsPaginated to access the nested member ManagedAccount

Return

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