Get Budget Result
data class GetBudgetResult(val allUpdatesRule: GoogleCloudBillingBudgetsV1beta1AllUpdatesRuleResponse, val amount: GoogleCloudBillingBudgetsV1beta1BudgetAmountResponse, val budgetFilter: GoogleCloudBillingBudgetsV1beta1FilterResponse, val displayName: String, val etag: String, val name: String, val thresholdRules: List<GoogleCloudBillingBudgetsV1beta1ThresholdRuleResponse>)
Constructors
Link copied to clipboard
constructor(allUpdatesRule: GoogleCloudBillingBudgetsV1beta1AllUpdatesRuleResponse, amount: GoogleCloudBillingBudgetsV1beta1BudgetAmountResponse, budgetFilter: GoogleCloudBillingBudgetsV1beta1FilterResponse, displayName: String, etag: String, name: String, thresholdRules: List<GoogleCloudBillingBudgetsV1beta1ThresholdRuleResponse>)
Properties
Link copied to clipboard
Optional. Rules to apply to notifications sent based on budget spend and thresholds.
Link copied to clipboard
Budgeted amount.
Link copied to clipboard
Optional. Filters that define which resources are used to compute the actual spend against the budget amount, such as projects, services, and the budget's time period, as well as other filters.
Link copied to clipboard
User data for display name in UI. Validation: <= 60 chars.
Link copied to clipboard
Optional. Rules that trigger alerts (notifications of thresholds being crossed) when spend exceeds the specified percentages of the budget. Optional for pubsubTopic
notifications. Required if using email notifications.