public sealed class LastPeriodAmount : IMessage<LastPeriodAmount>, IEquatable<LastPeriodAmount>, IDeepCloneable<LastPeriodAmount>, IBufferMessage, IMessage
Describes a budget amount targeted to the last
[Filter.calendar_period][google.cloud.billing.budgets.v1.Filter.calendar_period]
spend. At this time, the amount is automatically 100% of the last calendar
period's spend; that is, there are no other options yet.
Future configuration options will be described here (for example, configuring
a percentage of last period's spend).
LastPeriodAmount cannot be set for a budget configured with
a
[Filter.custom_period][google.cloud.billing.budgets.v1.Filter.custom_period].
[[["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."],[[["The latest version available for `LastPeriodAmount` is 2.6.0, with versions spanning from 1.1.0 to 2.6.0."],["`LastPeriodAmount` defines a budget amount set to 100% of the last calendar period's spending."],["This class cannot be utilized for budgets configured with a custom period, as defined by `Filter.custom_period`."],["The `LastPeriodAmount` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Constructors are provided for creating an empty `LastPeriodAmount` object or copying an existing `LastPeriodAmount` instance."]]],[]]