Class ListBudgetsResponse (1.7.1)

ListBudgetsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response for ListBudgets

Attributes

NameDescription
budgets Sequence[google.cloud.billing.budgets_v1.types.Budget]
List of the budgets owned by the requested billing account.
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