GoogleApi.BillingBudgets.V1beta1.Model.GoogleCloudBillingBudgetsV1beta1BudgetAmount (google_api_billing_budgets v0.10.0) 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. The currency_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

Specs

t() ::
  %GoogleApi.BillingBudgets.V1beta1.Model.GoogleCloudBillingBudgetsV1beta1BudgetAmount{
    lastPeriodAmount:
      GoogleApi.BillingBudgets.V1beta1.Model.GoogleCloudBillingBudgetsV1beta1LastPeriodAmount.t(),
    specifiedAmount: GoogleApi.BillingBudgets.V1beta1.Model.GoogleTypeMoney.t()
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.