google_api_billing_budgets v0.3.3 GoogleApi.BillingBudgets.V1beta1.Model.GoogleCloudBillingBudgetsV1beta1BudgetAmount View Source
The budgeted amount for each usage period.
Attributes
lastPeriodAmount
(type:GoogleApi.BillingBudgets.V1beta1.Model.GoogleCloudBillingBudgetsV1beta1LastPeriodAmount.t
, default:nil
) - Use the last period's actual spend as the budget for the present period.specifiedAmount
(type:GoogleApi.BillingBudgets.V1beta1.Model.GoogleTypeMoney.t
, default:nil
) - A specified amount to use as the budget.currency_code
is optional. If specified, it must match the currency of the billing account. Thecurrency_code
is provided on output.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.BillingBudgets.V1beta1.Model.GoogleCloudBillingBudgetsV1beta1BudgetAmount{ lastPeriodAmount: GoogleApi.BillingBudgets.V1beta1.Model.GoogleCloudBillingBudgetsV1beta1LastPeriodAmount.t(), specifiedAmount: GoogleApi.BillingBudgets.V1beta1.Model.GoogleTypeMoney.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.