public sealed class GetBudgetRequest : IMessage<GetBudgetRequest>, IEquatable<GetBudgetRequest>, IDeepCloneable<GetBudgetRequest>, 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 `GetBudgetRequest` class within the `Google.Cloud.Billing.Budgets.V1` namespace, used to request budget details."],["The latest version of this is 2.6.0, and it is one of many different versions that include a specific link to the documentation for the GetBudgetRequest class."],["`GetBudgetRequest` implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class includes two constructors, one default and one that takes another `GetBudgetRequest` object, and also two properties: `BudgetName` (of type BudgetName) and `Name` (of type string) which are used to identify the budget to retrieve."],["The `Name` property in the GetBudgetRequest class is required, and follows a specific format: `billingAccounts/{billingAccountId}/budgets/{budgetId}`."]]],[]]