Class GetBillingAccountArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Organizations
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GetBillingAccountArgs : InvokeArgs
Constructors
View SourceGetBillingAccountArgs()
Declaration
public GetBillingAccountArgs()
Properties
View SourceBillingAccount
The name of the billing account in the form {billing_account_id} or billingAccounts/{billing_account_id}.
Declaration
public string BillingAccount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
DisplayName
The display name of the billing account.
Declaration
public string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Open
true if the billing account is open, false if the billing account is closed.
Declaration
public bool? Open { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |