GetBillingAccountResult

data class GetBillingAccountResult(val displayName: String, val masterBillingAccount: String, val name: String, val open: Boolean)

Constructors

Link copied to clipboard
fun GetBillingAccountResult(displayName: String, masterBillingAccount: String, name: String, open: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The display name given to the billing account, such as My Billing Account. This name is displayed in the Google Cloud Console.

Link copied to clipboard

If this account is a subaccount, then this will be the resource name of the parent billing account that it is being resold through. Otherwise this will be empty.

Link copied to clipboard

The resource name of the billing account. The resource name has the form billingAccounts/{billing_account_id}. For example, billingAccounts/012345-567890-ABCDEF would be the resource name for billing account 012345-567890-ABCDEF.

Link copied to clipboard

True if the billing account is open, and will therefore be charged for any usage on associated projects. False if the billing account is closed, and therefore projects associated with it will be unable to use paid services.