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 document provides reference information for the `CreateBudgetRequest` class within the Google Cloud Billing Budgets v1 API, specifically version 2.4.0."],["The `CreateBudgetRequest` class is used to request the creation of a budget and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains properties such as `Budget`, which is the required budget to create, and `Parent`, which represents the billing account where the budget will be created, as well as the alternative `ParentAsBillingAccountName` that handles the resource name property."],["The document also details the constructors for `CreateBudgetRequest`, including a parameterless constructor and one that takes another `CreateBudgetRequest` object, and lists the inherited methods from the object class."],["The document references previous versions of this API, with the latest being version 2.6.0, and older versions going as low as version 1.1.0."]]],[]]