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."],[[["The `UpdateCustomerRequest` class is used to send requests for updating customer information within the Google Cloud Channel Service."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer message management."],["The `UpdateCustomerRequest` class includes two properties: `Customer`, which holds the new customer details, and `UpdateMask`, which specifies which fields of the customer resource are to be updated."],["This documentation covers multiple versions of the `UpdateCustomerRequest` class, from version 1.0.0 up to the latest version 2.14.0, as part of the Google.Cloud.Channel.V1 package."],["The class `UpdateCustomerRequest` has two constructors, a default one, and another one that takes in another instance of itself."]]],[]]