public sealed class CreateBudgetRequest : IMessage<CreateBudgetRequest>, IEquatable<CreateBudgetRequest>, IDeepCloneable<CreateBudgetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Billing Budget v1 API class CreateBudgetRequest.
[[["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 provides reference documentation for the `CreateBudgetRequest` class within the Google Cloud Billing Budget v1 API, specifically version 2.3.0."],["The `CreateBudgetRequest` class is used to define a request for creating a budget and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `Budget`, which represents the budget to be created, and `Parent`, which specifies the billing account where the budget will reside, both are required."],["The latest version of this API is 2.6.0, and the webpage lists all previous versions starting at 2.5.0, all the way down to 1.1.0 for the same class."],["This class has two constructors, one that can be set empty and one that takes another `CreateBudgetRequest` object as a parameter."]]],[]]