Get Billing Account Plain Args
data class GetBillingAccountPlainArgs(val billingAccount: String? = null, val displayName: String? = null, val lookupProjects: Boolean? = null, val open: Boolean? = null) : ConvertibleToJava<GetBillingAccountPlainArgs>
A collection of arguments for invoking getBillingAccount.
Properties
Link copied to clipboard
The name of the billing account in the form {billing_account_id}
or billingAccounts/{billing_account_id}
.
Link copied to clipboard
The display name of the billing account.
Link copied to clipboard
true
if projects associated with the billing account should be read, false
if this step should be skipped. Setting false
may be useful if the user permissions do not allow listing projects. Defaults to true
.