Google Cloud Billing v1 API - Class GetBillingAccountRequest (3.7.0)

public sealed class GetBillingAccountRequest : IMessage<GetBillingAccountRequest>, IEquatable<GetBillingAccountRequest>, IDeepCloneable<GetBillingAccountRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Billing v1 API class GetBillingAccountRequest.

Request message for GetBillingAccount.

Inheritance

object > GetBillingAccountRequest

Namespace

Google.Cloud.Billing.V1

Assembly

Google.Cloud.Billing.V1.dll

Constructors

GetBillingAccountRequest()

public GetBillingAccountRequest()

GetBillingAccountRequest(GetBillingAccountRequest)

public GetBillingAccountRequest(GetBillingAccountRequest other)
Parameter
NameDescription
otherGetBillingAccountRequest

Properties

BillingAccountName

public BillingAccountName BillingAccountName { get; set; }

BillingAccountName-typed view over the Name resource name property.

Property Value
TypeDescription
BillingAccountName

Name

public string Name { get; set; }

Required. The resource name of the billing account to retrieve. For example, billingAccounts/012345-567890-ABCDEF.

Property Value
TypeDescription
string