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 `CloudChannelService.GetCustomer` method."],["The page provides access to various versions of the `GetCustomerRequest` class documentation, ranging from version 1.0.0 to the latest version 2.14.0, including the different available versions in between."],["`GetCustomerRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which means it supports message operations, comparison, deep cloning, and buffer message handling."],["The `GetCustomerRequest` class includes two constructors, a default constructor and a copy constructor for creating instances, and has two properties `CustomerName` and `Name` where the latter is required and is the resource name of the customer."],["This webpage also outlines the inherited members of the class, including those from the base `Object` class, as well as listing the assembly information and a description of the `GetCustomerRequest` class."]]],[]]