public sealed class UpdateProjectBillingInfoRequest : IMessage<UpdateProjectBillingInfoRequest>, IEquatable<UpdateProjectBillingInfoRequest>, IDeepCloneable<UpdateProjectBillingInfoRequest>, IBufferMessage, IMessage
[[["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 send requests for updating project billing information, within the Google Cloud Billing API."],["This class is part of the `Google.Cloud.Billing.V1` namespace and is found in the `Google.Cloud.Billing.V1.dll` assembly."],["The latest version of the API is version 3.9.0, however this document outlines version 3.0.0 and there are many previous versions available to use."],["The class inherits from the base .Net `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties to update the project name and billing information, represented by the string `Name` and the class `ProjectBillingInfo` respectively, allowing for project billing details to be modified."]]],[]]