public sealed class UpdateProjectBillingInfoRequest : IMessage<UpdateProjectBillingInfoRequest>, IEquatable<UpdateProjectBillingInfoRequest>, IDeepCloneable<UpdateProjectBillingInfoRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Billing v1 API class UpdateProjectBillingInfoRequest.
Request message for UpdateProjectBillingInfo.
Implements
IMessageUpdateProjectBillingInfoRequest, IEquatableUpdateProjectBillingInfoRequest, IDeepCloneableUpdateProjectBillingInfoRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Billing.V1Assembly
Google.Cloud.Billing.V1.dll
Constructors
UpdateProjectBillingInfoRequest()
public UpdateProjectBillingInfoRequest()UpdateProjectBillingInfoRequest(UpdateProjectBillingInfoRequest)
public UpdateProjectBillingInfoRequest(UpdateProjectBillingInfoRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateProjectBillingInfoRequest |
Properties
Name
public string Name { get; set; }Required. The resource name of the project associated with the billing
information that you want to update. For example,
projects/tokyo-rain-123.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ProjectBillingInfo
public ProjectBillingInfo ProjectBillingInfo { get; set; }The new billing information for the project. Output-only fields are
ignored; thus, you can leave empty all fields except
billing_account_name.
| Property Value | |
|---|---|
| Type | Description |
ProjectBillingInfo |
|