public LastPeriodAmount LastPeriodAmount { get; set; }
Use the last period's actual spend as the budget for the present period.
LastPeriodAmount can only be set when the budget's time period is a
[Filter.calendar_period][google.cloud.billing.budgets.v1.Filter.calendar_period].
It cannot be set in combination with
[Filter.custom_period][google.cloud.billing.budgets.v1.Filter.custom_period].
A specified amount to use as the budget.
currency_code is optional. If specified when creating a budget, it must
match the currency of the billing account. If specified when updating a
budget, it must match the currency_code of the existing budget.
The currency_code is provided on output.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference details for the `BudgetAmount` class within the Google Cloud Billing Budgets v1 API, specifically version 2.4.0, and contains the budgeted amount for each usage period."],["The `BudgetAmount` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from `object` class."],["The class offers two constructors: a default `BudgetAmount()` and a copy constructor `BudgetAmount(BudgetAmount other)`, taking another BudgetAmount instance."],["`BudgetAmount` offers two properties, `BudgetAmountCase` which indicates the type of the budget amount, and either `LastPeriodAmount`, or `SpecifiedAmount`, which are two different ways of determing budget amounts, which are exclusive from one another."],["The latest version of the API is 2.6.0, with versions 2.5.0, 2.4.0, 2.3.0, 2.2.0, 2.1.0, 2.0.0, 1.2.0, and 1.1.0 also being listed as available."]]],[]]