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 document provides reference information for the `UpdateProjectBillingInfoRequest` class within the Google Cloud Billing v1 API, specifically for version 3.1.0."],["This class is used to update billing information for a project and is part of the `Google.Cloud.Billing.V1` namespace, found within the Google.Cloud.Billing.V1.dll assembly."],["The `UpdateProjectBillingInfoRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["It includes two constructors, one default and one that takes another `UpdateProjectBillingInfoRequest` instance as a parameter, and includes properties such as `Name` and `ProjectBillingInfo` to define the project and its billing details."],["The documentation has links to previous versions of this API, from version 2.2.0 up to the most recent 3.9.0."]]],[]]