CreateBillingAccountRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Request message for CreateBillingAccount.
Attributes |
|
|---|---|
| Name | Description |
billing_account |
google.cloud.billing_v1.types.BillingAccount
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. |
parent |
str
Optional. The parent to create a billing account from. Format: - billingAccounts/{billing_account_id}, for example,
billingAccounts/012345-567890-ABCDEF
|