public sealed class GetBudgetRequest : IMessage<GetBudgetRequest>, IEquatable<GetBudgetRequest>, IDeepCloneable<GetBudgetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Billing Budget v1 API class GetBudgetRequest.
[[["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 provides reference documentation for the `GetBudgetRequest` class within the Google Cloud Billing Budget v1 API, specifically for .NET developers."],["The `GetBudgetRequest` class is used to request a budget by its name, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists several previous versions of the API, ranging from 1.1.0 to the latest version 2.6.0, with version 2.5.0 being the currently viewed version."],["The `GetBudgetRequest` class has two constructors, one default and another that takes an existing `GetBudgetRequest` object, as well as two properties, `BudgetName` and `Name`."],["The `Name` property of the `GetBudgetRequest` class is a required string that represents the name of the budget to retrieve, which follows the format `billingAccounts/{billingAccountId}/budgets/{budgetId}`."]]],[]]