GoogleApi.BillingBudgets.V1beta1.Model.GoogleCloudBillingBudgetsV1beta1UpdateBudgetRequest (google_api_billing_budgets v0.11.2) View Source
Request for UpdateBudget
Attributes
-
budget(type:GoogleApi.BillingBudgets.V1beta1.Model.GoogleCloudBillingBudgetsV1beta1Budget.t, default:nil) - Required. The updated budget object. The budget to update is specified by the budget name in the budget. -
updateMask(type:String.t, default:nil) - Optional. Indicates which fields in the provided budget to update. Read-only fields (such asname) 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() ::
%GoogleApi.BillingBudgets.V1beta1.Model.GoogleCloudBillingBudgetsV1beta1UpdateBudgetRequest{
budget:
GoogleApi.BillingBudgets.V1beta1.Model.GoogleCloudBillingBudgetsV1beta1Budget.t(),
updateMask: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.