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.5.0."],["The `CreateBudgetRequest` class, used to request the creation of a budget, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `CreateBudgetRequest` class include `Budget`, which represents the budget to be created, and `Parent`, which specifies the billing account where the budget will be created."],["The document highlights that the latest version available is 2.6.0, with several earlier versions also accessible, ranging down to 1.1.0."],["The class has two constructors available, a default one, and one that takes another `CreateBudgetRequest` as a parameter."]]],[]]