Google Cloud Billing v1 API - Class UpdateBillingAccountRequest (3.6.0)

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

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

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