public sealed class CreateBudgetRequest : IMessage<CreateBudgetRequest>, IEquatable<CreateBudgetRequest>, IDeepCloneable<CreateBudgetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Billing Budget v1beta1 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-04-01 UTC."],[[["This document provides reference documentation for the `CreateBudgetRequest` class within the Cloud Billing Budget v1beta1 API, specifically for version 2.0.0-beta05, with links to versions 2.0.0-beta06 and 1.0.0-beta05."],["`CreateBudgetRequest` is a class used to request the creation of a budget, inheriting from `object` and implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateBudgetRequest` class has two constructors, a default constructor and one that takes another `CreateBudgetRequest` object as a parameter for initialization, as well as the methods `GetHashCode()`, `GetType()`, and `ToString()` from the `object` class."],["Key properties of `CreateBudgetRequest` include `Budget` which specifies the budget to be created, `Parent` which indicates the billing account name for the budget, and `ParentAsBillingAccountName` which offers a typed view of the `Parent` property."],["The namespace for the `CreateBudgetRequest` class is `Google.Cloud.Billing.Budgets.V1Beta1` and it is part of the `Google.Cloud.Billing.Budgets.V1Beta1.dll` assembly."]]],[]]