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-04-17 UTC."],[[["The latest version available for the `UpdateCustomerRequest` class in the Cloud Channel v1 API is 2.14.0, while the earliest documented version is 1.0.0."],["`UpdateCustomerRequest` is a request message used for the `CloudChannelService.UpdateCustomer` method within the Google Cloud Channel v1 API."],["The class `UpdateCustomerRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class contains properties such as `Customer`, which represents the new contents of the customer, and `UpdateMask`, which is an optional field mask that applies to the resource."],["There are two constructors available for the `UpdateCustomerRequest` class: a default constructor and a constructor that takes another `UpdateCustomerRequest` object as a parameter for copying."]]],[]]