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 `UpdateCustomerRequest` class is used to update customer information within the Cloud Channel v1 API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for comprehensive functionality."],["The most recent version of the API is `2.14.0`, with multiple older versions also being documented and accessible."],["The `UpdateCustomerRequest` class requires two key properties: `Customer`, which holds the new customer data, and `UpdateMask`, which is an optional property that specifies which fields to update."],["The `Google.Cloud.Channel.V1` namespace includes the `UpdateCustomerRequest` and is available within the `Google.Cloud.Channel.V1.dll` assembly."]]],[]]