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 page details the `UpdateCustomerRequest` class, which is used to update customer information via the `CloudChannelService.UpdateCustomer` method."],["This page provides documentation for version 1.3.0 of the `UpdateCustomerRequest` class, along with links to various prior versions, up to the latest, version 2.14.0."],["`UpdateCustomerRequest` inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateCustomerRequest` class contains two properties: `Customer` which holds the new customer contents and is required, and `UpdateMask`, used for resource updates and is optional."],["There are two constructors provided for `UpdateCustomerRequest`, one is a default constructor, and the second accepts another `UpdateCustomerRequest` object as a parameter for initialization."]]],[]]