Class UpdateBillingAccountRequest (3.0.0)

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

Request message for UpdateBillingAccount.

Inheritance

Object > UpdateBillingAccountRequest

Namespace

Google.Cloud.Billing.V1

Assembly

Google.Cloud.Billing.V1.dll

Constructors

UpdateBillingAccountRequest()

public UpdateBillingAccountRequest()

UpdateBillingAccountRequest(UpdateBillingAccountRequest)

public UpdateBillingAccountRequest(UpdateBillingAccountRequest other)
Parameter
NameDescription
otherUpdateBillingAccountRequest

Properties

Account

public BillingAccount Account { get; set; }

Required. The billing account resource to replace the resource on the server.

Property Value
TypeDescription
BillingAccount

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 name of the billing account resource to be updated.

Property Value
TypeDescription
String

UpdateMask

public FieldMask UpdateMask { get; set; }

The update mask applied to the resource. Only "display_name" is currently supported.

Property Value
TypeDescription
FieldMask