public sealed class CreateBillingAccountRequest : IMessage<CreateBillingAccountRequest>, IEquatable<CreateBillingAccountRequest>, IDeepCloneable<CreateBillingAccountRequest>, IBufferMessage, IMessage
Request message for CreateBillingAccount
.
Implements
IMessage<CreateBillingAccountRequest>, IEquatable<CreateBillingAccountRequest>, IDeepCloneable<CreateBillingAccountRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Billing.V1Assembly
Google.Cloud.Billing.V1.dll
Constructors
CreateBillingAccountRequest()
public CreateBillingAccountRequest()
CreateBillingAccountRequest(CreateBillingAccountRequest)
public CreateBillingAccountRequest(CreateBillingAccountRequest other)
Type | Name | Description |
---|---|---|
CreateBillingAccountRequest | other |
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 master billing account.
Type | Description |
---|---|
BillingAccount |