GoogleCloudBillingBudgetsV1BudgetAmount constructor

GoogleCloudBillingBudgetsV1BudgetAmount({
  1. GoogleCloudBillingBudgetsV1LastPeriodAmount? lastPeriodAmount,
  2. GoogleTypeMoney? specifiedAmount,
})

Implementation

GoogleCloudBillingBudgetsV1BudgetAmount({
  this.lastPeriodAmount,
  this.specifiedAmount,
});