public sealed class GetBudgetRequest : IMessage<GetBudgetRequest>, IEquatable<GetBudgetRequest>, IDeepCloneable<GetBudgetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Billing Budget v1beta1 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."],[[["The `GetBudgetRequest` class is part of the Cloud Billing Budget v1beta1 API, serving as a request object for retrieving budget details."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide functionalities for message handling, comparison, deep cloning, and buffer management."],["`GetBudgetRequest` has two constructors: a default one and another that copies data from an existing `GetBudgetRequest` object."],["It contains two key properties: `BudgetName` which is a typed view of the budget name and `Name`, a string representing the resource name of the budget to retrieve, formatted as `billingAccounts/{billingAccountId}/budgets/{budgetId}`."],["The most recent version available of the class is 2.0.0-beta06."]]],[]]