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 `CloudChannelService` in the `Google.Cloud.Channel.V1` namespace."],["The latest version documented is 2.14.0, with various older versions from 2.13.0 to 1.0.0 also available, allowing developers to reference different implementations."],["The `UpdateCustomerRequest` class, inheriting from `Object` and implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, includes properties for `Customer` and `UpdateMask`."],["The class provides two constructors, a parameterless one, and one that takes another `UpdateCustomerRequest` as a parameter, allowing the creation of `UpdateCustomerRequest` objects."],["The `UpdateCustomerRequest` class is found in the Google.Cloud.Channel.V1.dll assembly, offering comprehensive functionality for updating customer information within the Google Cloud Channel service."]]],[]]