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-04-09 UTC."],[[["This webpage details the `UpdateCustomerRequest` class, which is used to send requests to update customer information in the Cloud Channel Service."],["The latest version of this class is 2.14.0, but the page lists all versions from 1.0.0 to the latest, for the Google Cloud Channel service, showing the version history."],["The `UpdateCustomerRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateCustomerRequest` class contains two properties: `Customer` which holds the new customer details and `UpdateMask` which specifies the fields to update, where `Customer` is required, and `UpdateMask` is optional."],["The webpage contains two constructors for the `UpdateCustomerRequest` class, one parameterless and one that takes an existing `UpdateCustomerRequest` as a parameter."]]],[]]