Get Billing Account Result
data class GetBillingAccountResult(val displayName: String, val masterBillingAccount: String, val name: String, val open: Boolean)
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.