GetBillingAccountResult

data class GetBillingAccountResult(val billingAccount: String? = null, val displayName: String, val id: String, val lookupProjects: Boolean? = null, val name: String, val open: Boolean, val projectIds: List<String>)

A collection of values returned by getBillingAccount.

Constructors

Link copied to clipboard
constructor(billingAccount: String? = null, displayName: String, id: String, lookupProjects: Boolean? = null, name: String, open: Boolean, projectIds: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val billingAccount: String? = null
Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val lookupProjects: Boolean? = null
Link copied to clipboard

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

Link copied to clipboard
Link copied to clipboard

The IDs of any projects associated with the billing account. lookup_projects must not be false for this to be populated.