Google Cloud Billing v1 API - Class CreateBillingAccountRequest (3.7.0)

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.

Inheritance

object > CreateBillingAccountRequest

Namespace

Google.Cloud.Billing.V1

Assembly

Google.Cloud.Billing.V1.dll

Constructors

CreateBillingAccountRequest()

public CreateBillingAccountRequest()

CreateBillingAccountRequest(CreateBillingAccountRequest)

public CreateBillingAccountRequest(CreateBillingAccountRequest other)
Parameter
NameDescription
otherCreateBillingAccountRequest

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
TypeDescription
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
TypeDescription
string