Class UpdateBudgetRequest (1.4.4)

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

Request for UpdateBudget .. attribute:: budget

Required. The updated budget object. The budget to update is specified by the budget name in the budget.

:type: google.cloud.billing.budgets_v1beta1.types.Budget

Attribute

NameDescription
update_mask google.protobuf.field_mask_pb2.FieldMask
Optional. Indicates which fields in the provided budget to update. Read-only fields (such as name) cannot be changed. If this is not provided, then only fields with non-default values from the request are updated. See https://developers.google.com/protocol-buffers/docs/proto3#default for more details about default values.