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 update customer information via the Cloud Channel Service, allowing users to modify customer details."],["This class is part of the `Google.Cloud.Channel.V1` namespace and is included in the `Google.Cloud.Channel.V1.dll` assembly, integrating within Google's Cloud Channel API."],["The `UpdateCustomerRequest` class is versioned, with versions ranging from 1.0.0 to 2.14.0, with 2.14.0 being the latest, giving users access to specific documentation for each version."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from Object, offering various functionalities like message handling, equality checks, and deep cloning."],["It contains properties `Customer` and `UpdateMask` for users to define the new customer data and specify the fields that should be updated respectively."]]],[]]