public sealed class UpdateCustomerRequest : IMessage<UpdateCustomerRequest>, IEquatable<UpdateCustomerRequest>, IDeepCloneable<UpdateCustomerRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class UpdateCustomerRequest.
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 latest version of the `UpdateCustomerRequest` API is 2.14.0, while this page is showing version 2.3.0."],["This document provides reference documentation and code samples for the `UpdateCustomerRequest` class within the Cloud Channel v1 API."],["The `UpdateCustomerRequest` class is used as a request message for updating customer information through the `CloudChannelService.UpdateCustomer` method."],["This `UpdateCustomerRequest` class is an implementation of `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `UpdateCustomerRequest` class contains properties for `Customer`, which represents the new contents of the customer, and `UpdateMask`, which is an optional mask that specifies which fields to update."]]],[]]