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].
Implements
IMessageLastPeriodAmount, IEquatableLastPeriodAmount, IDeepCloneableLastPeriodAmount, IBufferMessage, IMessageNamespace
Google.Cloud.Billing.Budgets.V1Assembly
Google.Cloud.Billing.Budgets.V1.dll
Constructors
LastPeriodAmount()
public LastPeriodAmount()
LastPeriodAmount(LastPeriodAmount)
public LastPeriodAmount(LastPeriodAmount other)
Parameter | |
---|---|
Name | Description |
other | LastPeriodAmount |