Interface protos.google.cloud.billing.budgets.v1.IBudget (3.2.8)

Properties of a Budget.

Package

@google-cloud/billing-budgets!

Properties

amount

amount?: (google.cloud.billing.budgets.v1.IBudgetAmount|null);

Budget amount

Property Value
TypeDescription
(google.cloud.billing.budgets.v1.IBudgetAmount|null)

budgetFilter

budgetFilter?: (google.cloud.billing.budgets.v1.IFilter|null);

Budget budgetFilter

Property Value
TypeDescription
(google.cloud.billing.budgets.v1.IFilter|null)

displayName

displayName?: (string|null);

Budget displayName

Property Value
TypeDescription
(string|null)

etag

etag?: (string|null);

Budget etag

Property Value
TypeDescription
(string|null)

name

name?: (string|null);

Budget name

Property Value
TypeDescription
(string|null)

notificationsRule

notificationsRule?: (google.cloud.billing.budgets.v1.INotificationsRule|null);

Budget notificationsRule

Property Value
TypeDescription
(google.cloud.billing.budgets.v1.INotificationsRule|null)

thresholdRules

thresholdRules?: (google.cloud.billing.budgets.v1.IThresholdRule[]|null);

Budget thresholdRules

Property Value
TypeDescription
(google.cloud.billing.budgets.v1.IThresholdRule[]|null)