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, used for requesting the deletion of a budget."],["The `DeleteBudgetRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The latest version of `DeleteBudgetRequest` is 2.6.0, and the page lists all versions going back to 1.1.0."],["It includes two constructors, a default one and another that takes a `DeleteBudgetRequest` object as a parameter, and also two properties: `BudgetName` (a `BudgetName`-typed view) and `Name` (a string)."],["The `Name` property is required and represents the unique identifier of the budget to be deleted, formatted as `billingAccounts/{billingAccountId}/budgets/{budgetId}`."]]],[]]