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 used to update billing information for a project within the Google Cloud Billing v1 API."],["This documentation covers versions ranging from 2.2.0 to 3.9.0 of the Google Cloud Billing v1 API, with 3.9.0 being the most current version."],["The `UpdateProjectBillingInfoRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Name` and `ProjectBillingInfo` properties are central to the `UpdateProjectBillingInfoRequest` class, allowing you to specify the project and the new billing information to update, respectively."],["The class offers two constructors: a default parameterless one, and another that accepts a `UpdateProjectBillingInfoRequest` for object initialization."]]],[]]