public sealed class UpdateProjectBillingInfoRequest : IMessage<UpdateProjectBillingInfoRequest>, IEquatable<UpdateProjectBillingInfoRequest>, IDeepCloneable<UpdateProjectBillingInfoRequest>, IBufferMessage, IMessage
Request message for UpdateProjectBillingInfo
.
Implements
IMessage<UpdateProjectBillingInfoRequest>, IEquatable<UpdateProjectBillingInfoRequest>, IDeepCloneable<UpdateProjectBillingInfoRequest>, 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. Read-only fields are ignored;
thus, you can leave empty all fields except billing_account_name
.
Property Value | |
---|---|
Type | Description |
ProjectBillingInfo |