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 documentation page covers the `UpdateProjectBillingInfoRequest` class within the Google Cloud Billing v1 API."],["The `UpdateProjectBillingInfoRequest` class is used to construct request messages for updating project billing information and is part of the `Google.Cloud.Billing.V1` namespace."],["The page lists available versions of the API, ranging from 2.2.0 to the latest 3.9.0, including version 3.6.0, which is the context of this page."],["The class `UpdateProjectBillingInfoRequest` implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating it supports a range of functionalities."],["Key properties of the `UpdateProjectBillingInfoRequest` class include `Name`, which is the project's resource name, and `ProjectBillingInfo`, where the updated billing information is set."]]],[]]