Class UpdateProjectBillingInfoRequest (3.0.0)

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

Request message for UpdateProjectBillingInfo.

Inheritance

Object > UpdateProjectBillingInfoRequest

Namespace

Google.Cloud.Billing.V1

Assembly

Google.Cloud.Billing.V1.dll

Constructors

UpdateProjectBillingInfoRequest()

public UpdateProjectBillingInfoRequest()

UpdateProjectBillingInfoRequest(UpdateProjectBillingInfoRequest)

public UpdateProjectBillingInfoRequest(UpdateProjectBillingInfoRequest other)
Parameter
NameDescription
otherUpdateProjectBillingInfoRequest

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
TypeDescription
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
TypeDescription
ProjectBillingInfo