public sealed class UpdateCustomerRequest : IMessage<UpdateCustomerRequest>, IEquatable<UpdateCustomerRequest>, IDeepCloneable<UpdateCustomerRequest>, IBufferMessage, IMessage
Request message for [CloudChannelService.UpdateCustomer][google.cloud.channel.v1.CloudChannelService.UpdateCustomer].
[[["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 `UpdateCustomerRequest` class, which is used to send update requests to the Cloud Channel Service."],["The `UpdateCustomerRequest` class has two main properties: `Customer`, which holds the new customer data, and `UpdateMask`, which defines which parts of the customer data should be updated."],["The `UpdateCustomerRequest` class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various functionalities like message handling, equality checks, deep cloning, and buffer management."],["The webpage provides access to documentation for different versions of the class, from version 1.0.0 to the latest version, 2.14.0."],["The class offers two constructors: a default `UpdateCustomerRequest()` constructor and another one that takes an `UpdateCustomerRequest` object as a parameter, enabling the creation of a copy."]]],[]]