Class: Google::Cloud::Billing::Budgets::V1::DeleteBudgetRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Billing::Budgets::V1::DeleteBudgetRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/billing/budgets/v1/budget_service.rb
Overview
Request for DeleteBudget
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the budget to delete. Values are of the form
billingAccounts/{billingAccountId}/budgets/{budgetId}
.
111 112 113 114 |
# File 'proto_docs/google/cloud/billing/budgets/v1/budget_service.rb', line 111 class DeleteBudgetRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |