public sealed class UpdateProjectBillingInfoRequest : IMessage<UpdateProjectBillingInfoRequest>, IEquatable<UpdateProjectBillingInfoRequest>, IDeepCloneable<UpdateProjectBillingInfoRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Billing v1 API class UpdateProjectBillingInfoRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `UpdateProjectBillingInfoRequest` class is part of the Google Cloud Billing v1 API, and is used to update billing information associated with a project."],["This class supports multiple versions, with the latest being version 3.9.0, and goes as far back as version 2.2.0 in this document."],["The `UpdateProjectBillingInfoRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to provide various functionalities."],["It has two properties, `Name` which specifies the project's resource name, and `ProjectBillingInfo`, which holds the new billing details."],["The `UpdateProjectBillingInfoRequest` includes two constructors, one default, and another that takes another `UpdateProjectBillingInfoRequest` object as an argument."]]],[]]