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 page provides reference documentation for the `UpdateCustomerRequest` class within the Google Cloud Channel v1 API."],["This class, `UpdateCustomerRequest`, is used as a request message for the `CloudChannelService.UpdateCustomer` method."],["The `UpdateCustomerRequest` class has properties for `Customer`, representing the new customer details, and `UpdateMask`, for specifying which fields to update."],["The page lists different versions of the `UpdateCustomerRequest` class, ranging from version 1.0.0 to 2.14.0, with 2.14.0 being the most recent."],["The `UpdateCustomerRequest` class inherits from the base .Net object, and implements IMessage, IEquatable, IDeepCloneable, and IBufferMessage interfaces."]]],[]]