Show / Hide Table of Contents

Class GetBillingAccountArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetBillingAccountArgs
Inherited Members
InvokeArgs.Empty
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 Source

GetBillingAccountArgs()

Declaration
public GetBillingAccountArgs()

Properties

View Source

BillingAccount

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
View Source

DisplayName

The display name of the billing account.

Declaration
public string DisplayName { get; set; }
Property Value
Type Description
System.String
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.