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 details the `GetCustomerRequest` class within the `Google.Cloud.Channel.V1` namespace, used for retrieving customer information via the Cloud Channel Service."],["The `GetCustomerRequest` class has been implemented across multiple versions, ranging from 1.0.0 to the latest version, 2.14.0, and is accessible in different version links provided."],["The class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetCustomerRequest` class includes two constructors, `GetCustomerRequest()` and `GetCustomerRequest(GetCustomerRequest other)`, along with properties like `CustomerName` and `Name`."],["The primary function of `GetCustomerRequest` is to define the structure of the request required to get customer data, including the required `Name` property with a specified format."]]],[]]