Class ListBudgetsResponse (1.4.4)

Stay organized with collections Save and categorize content based on your preferences.
ListBudgetsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response for ListBudgets .. attribute:: budgets

List of the budgets owned by the requested billing account.

:type: Sequence[google.cloud.billing.budgets_v1beta1.types.Budget]

Attribute

NameDescription
next_page_token str
If not empty, indicates that there may be more budgets that match the request; this value should be passed in a new ``ListBudgetsRequest``.

Inheritance

builtins.object > proto.message.Message > ListBudgetsResponse