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 the API available for reference is 2.6.0, with other documented versions including from 1.1.0 to 2.5.0."],["`GetBudgetRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and management."],["The class includes properties such as `BudgetName` (a `BudgetName`-typed view) and `Name` (a string representing the resource name) which are required to get the correct budget information."],["The class offers two constructors, a default one and another that takes a GetBudgetRequest as a parameter, allowing for object creation and copying."]]],[]]