Class GoogleCloudBillingBudgetsV1BudgetAmount
The budgeted amount for each usage period.
Implements
Inherited Members
Namespace: Google.Apis.CloudBillingBudget.v1.Data
Assembly: Google.Apis.CloudBillingBudget.v1.dll
Syntax
public class GoogleCloudBillingBudgetsV1BudgetAmount : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LastPeriodAmount
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. It cannot be set in combination with Filter.custom_period.
Declaration
[JsonProperty("lastPeriodAmount")]
public virtual GoogleCloudBillingBudgetsV1LastPeriodAmount LastPeriodAmount { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudBillingBudgetsV1LastPeriodAmount |
SpecifiedAmount
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.
Declaration
[JsonProperty("specifiedAmount")]
public virtual GoogleTypeMoney SpecifiedAmount { get; set; }
Property Value
Type | Description |
---|---|
GoogleTypeMoney |