GoogleCloudBillingBudgetsV1BudgetAmount constructor
GoogleCloudBillingBudgetsV1BudgetAmount({
- GoogleCloudBillingBudgetsV1LastPeriodAmount? lastPeriodAmount,
- GoogleTypeMoney? specifiedAmount,
Implementation
GoogleCloudBillingBudgetsV1BudgetAmount({
this.lastPeriodAmount,
this.specifiedAmount,
});