GoogleCloudBillingBudgetsV1Budget constructor

GoogleCloudBillingBudgetsV1Budget({
  1. GoogleCloudBillingBudgetsV1BudgetAmount? amount,
  2. GoogleCloudBillingBudgetsV1Filter? budgetFilter,
  3. String? displayName,
  4. String? etag,
  5. String? name,
  6. GoogleCloudBillingBudgetsV1NotificationsRule? notificationsRule,
  7. String? ownershipScope,
  8. List<GoogleCloudBillingBudgetsV1ThresholdRule>? thresholdRules,
})

Implementation

GoogleCloudBillingBudgetsV1Budget({
  this.amount,
  this.budgetFilter,
  this.displayName,
  this.etag,
  this.name,
  this.notificationsRule,
  this.ownershipScope,
  this.thresholdRules,
});