public sealed class DeleteBudgetRequest : IMessage<DeleteBudgetRequest>, IEquatable<DeleteBudgetRequest>, IDeepCloneable<DeleteBudgetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Billing Budget v1 API class DeleteBudgetRequest.
[[["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 document provides reference information for the `DeleteBudgetRequest` class within the Google Cloud Billing Budgets v1 API, specifically version 2.4.0."],["The `DeleteBudgetRequest` class is used to request the deletion of a budget and inherits from `object`, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating new instances, and it contains properties such as `BudgetName` and `Name`, which are used to identify the budget targeted for deletion."],["The latest version of the API available is version 2.6.0, with previous versions going back to version 1.1.0 being also available."],["The 'Name' property of the `DeleteBudgetRequest` class is required and must be formatted as `billingAccounts/{billingAccountId}/budgets/{budgetId}` to accurately target a budget for deletion."]]],[]]