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 document provides reference information for the `GetBudgetRequest` class within the Google Cloud Billing Budget v1 API, specifically version 2.3.0, and the most recent version 2.6.0 is available for use."],["The `GetBudgetRequest` class is used to request a specific budget and it inherits from the base .NET `object` class, implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, a default constructor, and one that accepts another `GetBudgetRequest` object as a parameter for creating a new `GetBudgetRequest`."],["The `GetBudgetRequest` object contains a `Name` property, which is a required string representing the budget's resource name, and also a `BudgetName` property which contains a view over the resource name."],["Various previous versions are documented including 2.5.0, 2.4.0, 2.2.0, 2.1.0, 2.0.0, 1.2.0, 1.1.0."]]],[]]