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 webpage details the `UpdateCustomerRequest` class, which is used to update customer information via the CloudChannelService."],["Version 2.14.0 is the latest version of the `UpdateCustomerRequest` documentation, while version 1.5.0 is the contextually relevant version discussed on this page."],["The `UpdateCustomerRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateCustomerRequest` class includes properties for `Customer` and `UpdateMask`, allowing specification of the new customer details and which fields should be updated, respectively."],["The webpage shows the availability of the `UpdateCustomerRequest` documentation across many versions ranging from 1.0.0 to 2.14.0."]]],[]]