GoogleCloudBillingBudgetsV1ListBudgetsResponse constructor

GoogleCloudBillingBudgetsV1ListBudgetsResponse({
  1. List<GoogleCloudBillingBudgetsV1Budget>? budgets,
  2. String? nextPageToken,
})

Implementation

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