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.
Request message for CreateBillingAccount
.
Implements
IMessageCreateBillingAccountRequest, IEquatableCreateBillingAccountRequest, IDeepCloneableCreateBillingAccountRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Billing.V1Assembly
Google.Cloud.Billing.V1.dll
Constructors
CreateBillingAccountRequest()
public CreateBillingAccountRequest()
CreateBillingAccountRequest(CreateBillingAccountRequest)
public CreateBillingAccountRequest(CreateBillingAccountRequest other)
Parameter | |
---|---|
Name | Description |
other | CreateBillingAccountRequest |
Properties
BillingAccount
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.
Property Value | |
---|---|
Type | Description |
BillingAccount |
Parent
public string Parent { get; set; }
Optional. The parent to create a billing account from. Format:
billingAccounts/{billing_account_id}
, for example,billingAccounts/012345-567890-ABCDEF
Property Value | |
---|---|
Type | Description |
string |