Class CreateBudgetRequest (1.7.1)

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

Request for CreateBudget

Attributes

NameDescription
parent str
Required. The name of the billing account to create the budget in. Values are of the form ``billingAccounts/{billingAccountId}``.
budget google.cloud.billing.budgets_v1.types.Budget
Required. Budget to create.

Inheritance

builtins.object > proto.message.Message > CreateBudgetRequest