public sealed class LastPeriodAmount : IMessage<LastPeriodAmount>, IEquatable<LastPeriodAmount>, IDeepCloneable<LastPeriodAmount>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Billing Budget v1 API class LastPeriodAmount.
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.
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."],[[["This webpage provides reference documentation for the `LastPeriodAmount` class within the Google Cloud Billing Budget v1 API, specifically focusing on version 2.2.0."],["`LastPeriodAmount` represents a budget amount that is based on 100% of the spending from the previous calendar period, with no current alternative options."],["The `LastPeriodAmount` class is part of the `Google.Cloud.Billing.Budgets.V1` namespace and is implemented in the `Google.Cloud.Billing.Budgets.V1.dll` assembly."],["The `LastPeriodAmount` class cannot be used in conjunction with a custom period budget filter, and is instead intended for calendar period spending budgets."],["This class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, and this documentation covers its constructors."]]],[]]