Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudBillingBudgetsV1BudgetAmount

import type { GoogleCloudBillingBudgetsV1BudgetAmount } from "https://googleapis.deno.dev/v1/billingbudgets:v1.ts";

The budgeted amount for each usage period.

interface GoogleCloudBillingBudgetsV1BudgetAmount {
specifiedAmount?: GoogleTypeMoney;
}

§Properties

§

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.

§
specifiedAmount?: GoogleTypeMoney
[src]

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.