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."],[[["This document provides reference information for the `UpdateProjectBillingInfoRequest` class within the Google Cloud Billing v1 API, specifically version 3.3.0."],["The `UpdateProjectBillingInfoRequest` class is used to request an update to a project's billing information, which is outlined in the class' documentation and is used in `UpdateProjectBillingInfo`."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."],["The class has two constructors, one default and one that takes another `UpdateProjectBillingInfoRequest` object as a parameter, and has properties to specify the `Name` of the project and the new `ProjectBillingInfo`."],["There are other versions of the `UpdateProjectBillingInfoRequest` class, with the latest being 3.9.0 and down to 2.2.0, all located in the document, including the version this document is on 3.3.0."]]],[]]