GoogleCloudBillingBudgetsV1Budget constructor
GoogleCloudBillingBudgetsV1Budget({
- GoogleCloudBillingBudgetsV1BudgetAmount? amount,
- GoogleCloudBillingBudgetsV1Filter? budgetFilter,
- String? displayName,
- String? etag,
- String? name,
- GoogleCloudBillingBudgetsV1NotificationsRule? notificationsRule,
- String? ownershipScope,
- List<
GoogleCloudBillingBudgetsV1ThresholdRule> ? thresholdRules,
Implementation
GoogleCloudBillingBudgetsV1Budget({
this.amount,
this.budgetFilter,
this.displayName,
this.etag,
this.name,
this.notificationsRule,
this.ownershipScope,
this.thresholdRules,
});