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 page provides documentation for the `UpdateCustomerRequest` class within the Google Cloud Channel v1 API, specifically for version 2.13.0, with links to other versions of the API."],["The `UpdateCustomerRequest` class is used to create a request message for the `CloudChannelService.UpdateCustomer` operation, allowing users to update customer information in the API."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities like message handling and deep cloning."],["The class contains two properties, `Customer`, which holds the new customer information, and `UpdateMask`, which is used to define the fields that are to be updated, and are of the types, `Customer` and `FieldMask` respectively."],["The page lists various versions of the `UpdateCustomerRequest` class documentation ranging from the latest 2.14.0 version all the way down to 1.0.0."]]],[]]