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, which is used to request the creation of a budget in the Google Cloud Billing Budgets API, specifically version 1.1.0."],["The `CreateBudgetRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor (`CreateBudgetRequest()`) and a constructor that takes another `CreateBudgetRequest` instance as a parameter (`CreateBudgetRequest(CreateBudgetRequest other)`)."],["The class includes two required properties for creating a budget, `Budget` which specifies the budget to create and `Parent`, which represents the billing account where the budget will be created."],["There are multiple versions of the `CreateBudgetRequest`, starting from 1.1.0 up to 2.6.0, with 2.6.0 being the most recent, with each version having it's own specific URL."]]],[]]