Google Cloud Billing Budgets V1Budget Amount Args
data class GoogleCloudBillingBudgetsV1BudgetAmountArgs(val lastPeriodAmount: Output<GoogleCloudBillingBudgetsV1LastPeriodAmountArgs>? = null, val specifiedAmount: Output<GoogleTypeMoneyArgs>? = null) : ConvertibleToJava<GoogleCloudBillingBudgetsV1BudgetAmountArgs>
The budgeted amount for each usage period.
Constructors
Link copied to clipboard
fun GoogleCloudBillingBudgetsV1BudgetAmountArgs(lastPeriodAmount: Output<GoogleCloudBillingBudgetsV1LastPeriodAmountArgs>? = null, specifiedAmount: Output<GoogleTypeMoneyArgs>? = null)