View Source GoogleApi.BillingBudgets.V1beta1.Model.GoogleCloudBillingBudgetsV1beta1UpdateBudgetRequest (google_api_billing_budgets v0.14.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BillingBudgets.V1beta1.Model.GoogleCloudBillingBudgetsV1beta1UpdateBudgetRequest{ budget: GoogleApi.BillingBudgets.V1beta1.Model.GoogleCloudBillingBudgetsV1beta1Budget.t() | nil, updateMask: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.