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."],[[["The webpage details the `GetCustomerRequest` class, which is a request message for retrieving customer information through `CloudChannelService.GetCustomer`."],["This class, `GetCustomerRequest`, is part of the `Google.Cloud.Channel.V1` namespace, available within the `Google.Cloud.Channel.V1.dll` assembly."],["It is an object with constructors allowing for a default initialization or one that accepts another `GetCustomerRequest` object, inheriting from `Object` and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetCustomerRequest` class contains two primary properties: `CustomerName`, representing the resource name in a typed view, and `Name`, a string representing the required resource name in the format \"accounts/{account_id}/customers/{customer_id}\"."],["The page also features an extensive version history of the `GetCustomerRequest` class, starting from version 1.0.0 to the latest version 2.14.0, providing links to documentation for each version."]]],[]]