public sealed class DeleteBudgetRequest : IMessage<DeleteBudgetRequest>, IEquatable<DeleteBudgetRequest>, IDeepCloneable<DeleteBudgetRequest>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `DeleteBudgetRequest` class within the `Google.Cloud.Billing.Budgets.V1` namespace, which is used to formulate requests for deleting a budget."],["The latest version of `DeleteBudgetRequest` is 2.6.0, and older versions ranging from 1.1.0 to 2.5.0 are also accessible through links on the page."],["The `DeleteBudgetRequest` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `DeleteBudgetRequest` class has two constructors and two properties, `BudgetName` and `Name`, that allow users to specify the budget to delete."],["The required `Name` property, which is a string, specifies the name of the budget to be deleted, and is formatted as `billingAccounts/{billingAccountId}/budgets/{budgetId}`."]]],[]]