public sealed class GetCustomerRequest : IMessage<GetCustomerRequest>, IEquatable<GetCustomerRequest>, IDeepCloneable<GetCustomerRequest>, IBufferMessage, IMessage
Request message for [CloudChannelService.GetCustomer][google.cloud.channel.v1.CloudChannelService.GetCustomer].
[[["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 `GetCustomerRequest` class within the `Google.Cloud.Channel.V1` namespace, detailing how to retrieve customer information."],["The `GetCustomerRequest` class, found in the `Google.Cloud.Channel.V1.dll` assembly, is used to structure requests to the CloudChannelService to get customer data."],["The page lists a comprehensive history of versions for the `GetCustomerRequest`, with the most recent being version 2.14.0 and going as far back as version 1.0.0."],["`GetCustomerRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and the class inherits from the base object class, further describing the structure of the class."],["The class offers two constructors, one being empty and the other takes in another instance of the `GetCustomerRequest` class, and also features properties such as `CustomerName` and `Name` to handle customer data retrieval."]]],[]]