public sealed class UpdateBillingAccountRequest : IMessage<UpdateBillingAccountRequest>, IEquatable<UpdateBillingAccountRequest>, IDeepCloneable<UpdateBillingAccountRequest>, 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 webpage details the `UpdateBillingAccountRequest` class, which is used to update a billing account and is part of the Google Cloud Billing V1 API, specifically version 2.3.0."],["The `UpdateBillingAccountRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message manipulation, equality checking, deep cloning, and buffered operations."],["Key properties of the `UpdateBillingAccountRequest` class include `Account` to replace the server resource, `BillingAccountName` for a typed view of the resource name, `Name` specifying the billing account to update, and `UpdateMask` to determine the fields being modified."],["The page provides access to documentation and versions ranging from 2.2.0 to 3.9.0, detailing the evolution and changes of the `UpdateBillingAccountRequest` feature."],["The class inherits from `object` and has two constructors: a default one and one that take `UpdateBillingAccountRequest` as a parameter."]]],[]]