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."],[[["This document outlines the `UpdateProjectBillingInfoRequest` class, which is used to request updates to project billing information within the Google Cloud Billing API, specifically for version 2.3.0."],["The `UpdateProjectBillingInfoRequest` class inherits from multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing it with various functionalities related to message handling and object manipulation."],["This request class has two constructors: a default constructor and one that takes another `UpdateProjectBillingInfoRequest` object as a parameter for copying."],["The class contains two properties: `Name`, which is a required string representing the resource name of the project to update, and `ProjectBillingInfo`, which contains the new billing details for that project."],["This page also provides links to previous and more recent versions of this request, ranging from version 2.2.0 to the latest version 3.9.0, allowing developers to reference the documentation relevant to their specific requirements."]]],[]]