public sealed class UpdateBillingAccountRequest : IMessage<UpdateBillingAccountRequest>, IEquatable<UpdateBillingAccountRequest>, IDeepCloneable<UpdateBillingAccountRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Billing v1 API class UpdateBillingAccountRequest.
Request message for UpdateBillingAccount.
Implements
IMessageUpdateBillingAccountRequest, IEquatableUpdateBillingAccountRequest, IDeepCloneableUpdateBillingAccountRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Billing.V1Assembly
Google.Cloud.Billing.V1.dll
Constructors
UpdateBillingAccountRequest()
public UpdateBillingAccountRequest()UpdateBillingAccountRequest(UpdateBillingAccountRequest)
public UpdateBillingAccountRequest(UpdateBillingAccountRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateBillingAccountRequest |
Properties
Account
public BillingAccount Account { get; set; }Required. The billing account resource to replace the resource on the server.
| Property Value | |
|---|---|
| Type | Description |
BillingAccount |
|
BillingAccountName
public BillingAccountName BillingAccountName { get; set; }BillingAccountName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
BillingAccountName |
|
Name
public string Name { get; set; }Required. The name of the billing account resource to be updated.
| Property Value | |
|---|---|
| Type | Description |
string |
|
UpdateMask
public FieldMask UpdateMask { get; set; }The update mask applied to the resource. Only "display_name" is currently supported.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|