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.UpdateCustomer` method."],["This page provides documentation for version 1.4.0 of the `UpdateCustomerRequest` class, which falls under the `Google.Cloud.Channel.V1` namespace."],["The `UpdateCustomerRequest` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page outlines the class constructors, including a default constructor and one that takes an `UpdateCustomerRequest` object as a parameter."],["The `UpdateCustomerRequest` class contains properties `Customer`, which is required for updating customer details, and an optional `UpdateMask` property."]]],[]]