Class CreateBudgetRequest (1.4.4)

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

Request for CreateBudget .. attribute:: parent

Required. The name of the billing account to create the budget in. Values are of the form billingAccounts/{billingAccountId}.

:type: str

Attribute

NameDescription
budget google.cloud.billing.budgets_v1beta1.types.Budget
Required. Budget to create.

Inheritance

builtins.object > proto.message.Message > CreateBudgetRequest