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.v1beta1.Filter.calendar_period]. It cannot be set in combination with
[Filter.custom_period][google.cloud.billing.budgets.v1beta1.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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis page details the \u003ccode\u003eBudgetAmount\u003c/code\u003e class, which represents the budgeted amount for a specific usage period within Google Cloud Billing Budgets.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBudgetAmount\u003c/code\u003e class is found in the \u003ccode\u003eGoogle.Cloud.Billing.Budgets.V1Beta1\u003c/code\u003e namespace and is part of the \u003ccode\u003eGoogle.Cloud.Billing.Budgets.V1Beta1.dll\u003c/code\u003e assembly, and is available in different versions, including the latest beta and version 1.0.0-beta05.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eBudgetAmount\u003c/code\u003e can be initialized through its constructors, including a default constructor and one that takes another \u003ccode\u003eBudgetAmount\u003c/code\u003e instance as a parameter.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eBudgetAmount\u003c/code\u003e has two key properties, \u003ccode\u003eLastPeriodAmount\u003c/code\u003e which uses the previous period's spend and \u003ccode\u003eSpecifiedAmount\u003c/code\u003e for a manually entered budget, and it also has the \u003ccode\u003eBudgetAmountCase\u003c/code\u003e to indicate which of the previously mentionned property is active.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements several interfaces, such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, indicating its role in message handling and object comparison.\u003c/p\u003e\n"]]],[],null,[]]