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 documentation for the `UpdateCustomerRequest` class within the Google Cloud Channel v1 API, detailing its usage and properties across various versions."],["The `UpdateCustomerRequest` class is used to update customer information via the `CloudChannelService.UpdateCustomer` method, according to the documentation."],["The latest available version of this class is 2.14.0, with numerous previous versions, as far back as 1.0.0, also listed."],["The class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateCustomerRequest` class features two main properties, `Customer` and `UpdateMask`, which are essential for defining the new contents of the customer and the update mask, respectively, as part of the request."]]],[]]