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 available for the `UpdateCustomerRequest` class in the Cloud Channel v1 API is 2.14.0, while several older versions are also available, ranging down to version 1.0.0."],["The `UpdateCustomerRequest` class is used to send requests to update customer information using `CloudChannelService.UpdateCustomer`."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class has two constructors, one parameterless and one that takes an `UpdateCustomerRequest` object, and includes properties for `Customer` and `UpdateMask`."],["The `Customer` property represents the new content of the customer, while the `UpdateMask` property is an optional parameter defining the specific fields that will be updated."]]],[]]