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 for .NET."],["The `UpdateCustomerRequest` class is used as a request message for updating a customer using the `CloudChannelService.UpdateCustomer` method."],["The latest version of the `UpdateCustomerRequest` class is 2.14.0, with the currently viewed version being 2.9.0, and contains links for versions ranging from 1.0.0 to 2.14.0."],["`UpdateCustomerRequest` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the `object` class."],["The class has two constructors and two properties: `Customer` (required, representing the new contents of the customer) and `UpdateMask` (optional, applying an update mask to the resource)."]]],[]]