GetBillingAccountPlainArgs

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.

Constructors

Link copied to clipboard
constructor(billingAccount: String? = null, displayName: String? = null, lookupProjects: Boolean? = null, open: Boolean? = null)

Properties

Link copied to clipboard
val billingAccount: String? = null

The name of the billing account in the form {billing_account_id} or billingAccounts/{billing_account_id}.

Link copied to clipboard
val displayName: String? = null

The display name of the billing account.

Link copied to clipboard
val lookupProjects: Boolean? = null

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.

Link copied to clipboard
val open: Boolean? = null

true if the billing account is open, false if the billing account is closed.

Functions

Link copied to clipboard
open override fun toJava(): GetBillingAccountPlainArgs