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."],[[["This webpage provides reference documentation for the `UpdateCustomerRequest` class within the Google Cloud Channel v1 API."],["The `UpdateCustomerRequest` class is used as a request message for the `CloudChannelService.UpdateCustomer` method, and it is part of the `Google.Cloud.Channel.V1` namespace in .NET."],["The page includes a comprehensive list of versions for this class, ranging from version 2.14.0 down to 1.0.0, with the latest version being 2.14.0."],["The `UpdateCustomerRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it inherits from the `object` class."],["Key properties of the `UpdateCustomerRequest` class are `Customer`, which contains the new customer contents, and `UpdateMask`, which is used to specify which fields of the resource should be updated."]]],[]]