public sealed class CreateBillingAccountRequest : IMessage<CreateBillingAccountRequest>, IEquatable<CreateBillingAccountRequest>, IDeepCloneable<CreateBillingAccountRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Billing v1 API class CreateBillingAccountRequest.
public BillingAccount BillingAccount { get; set; }
Required. The billing account resource to create.
Currently CreateBillingAccount only supports subaccount creation, so
any created billing accounts must be under a provided parent billing
account.
[[["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."],[[["The `CreateBillingAccountRequest` class is part of the Google Cloud Billing v1 API and is used to request the creation of a billing account."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, comparison, cloning, and buffering."],["The `CreateBillingAccountRequest` class has a constructor that allows the creation of an instance with no parameters, or it can be initialized using another instance of the `CreateBillingAccountRequest` object."],["The `BillingAccount` property within `CreateBillingAccountRequest` is required and specifies the billing account resource to be created, which can be found within the provided namespace."],["The documentation provides links to various versions of the Google Cloud Billing v1 API, ranging from version 2.2.0 up to the latest version, 3.9.0."]]],[]]