budgets

@JvmName(name = "listBudgetsResponseBudgetSummary")
fun Flow<ListBudgetsResponse>.budgets(): Flow<BudgetSummary>

This paginator transforms the flow returned by listBudgetsPaginated to access the nested member BudgetSummary

Return

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