Class GetBillingAccountRequest (2.3.0)

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

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