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-04-17 UTC."],[[["This webpage details the `GetCustomerRequest` class, which is used to request customer information from the Cloud Channel Service."],["The latest version of `GetCustomerRequest` is 2.14.0, but the page lists all versions from 1.0.0 to the latest release."],["`GetCustomerRequest` inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two constructors: a default one and one that takes another `GetCustomerRequest` object as a parameter."],["The `GetCustomerRequest` class includes properties like `CustomerName` (of type CustomerName) and `Name` (of type String) that are required to specify the customer resource to be retrieved."]]],[]]