ListBudgetsForResourceOutput constructor

ListBudgetsForResourceOutput({
  1. List<BudgetDetail>? budgets,
  2. String? nextPageToken,
})

Implementation

ListBudgetsForResourceOutput({
  this.budgets,
  this.nextPageToken,
});