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 is part of version 2.0.0 of the API, with the latest version being 2.6.0."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from `Object`."],["It has two constructors and includes properties for managing the budget's name, which can be set as either a string or a `BudgetName` object."],["The `Name` property of `DeleteBudgetRequest` is required and represents the budget identifier in the format `billingAccounts/{billingAccountId}/budgets/{budgetId}`."]]],[]]