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, used for creating budget requests in Google Cloud Billing."],["The `CreateBudgetRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class offers two constructors: a default constructor and one that takes another `CreateBudgetRequest` object as a parameter, allowing for the creation of a new instance from an existing one."],["Key properties of the `CreateBudgetRequest` class include `Budget`, representing the budget to be created, and `Parent`, specifying the billing account where the budget will reside."],["This page provides access to different versions of `CreateBudgetRequest`, ranging from the latest version 2.6.0 down to 1.1.0, allowing to view each version's specific documentation."]]],[]]