public sealed class CreateBudgetRequest : IMessage<CreateBudgetRequest>, IEquatable<CreateBudgetRequest>, IDeepCloneable<CreateBudgetRequest>, 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 `CreateBudgetRequest` class within the `Google.Cloud.Billing.Budgets.V1` namespace, specifically version 2.0.0 of the .NET library."],["The `CreateBudgetRequest` class is used to create a budget within a specified billing account and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default one and one that accepts another `CreateBudgetRequest` object for cloning, as well as two key properties: `Budget` to define the budget to be created, and `Parent` to specify the target billing account."],["It is a request class, which inherits from `Object`, and this class also inherits the `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()` methods from the `Object` class."],["The webpage offers links to different versions of this class starting from version 1.1.0 up to the latest version 2.6.0."]]],[]]