GoogleCloudBillingBudgetsV1ListBudgetsResponse constructor
GoogleCloudBillingBudgetsV1ListBudgetsResponse({
- List<
GoogleCloudBillingBudgetsV1Budget> ? budgets, - String? nextPageToken,
Implementation
GoogleCloudBillingBudgetsV1ListBudgetsResponse({
this.budgets,
this.nextPageToken,
});