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-09 UTC."],[[["This webpage provides documentation for the `GetCustomerRequest` class within the `Google.Cloud.Channel.V1` namespace, specifically version 1.7.0 of the library."],["The `GetCustomerRequest` class is a request message used for retrieving customer information through the `CloudChannelService.GetCustomer` method, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, a default constructor and one that accepts another `GetCustomerRequest` object as a parameter for copying."],["The class has properties, `CustomerName` of type `CustomerName` and `Name` of type string, where `Name` is the resource name of the customer in the format `accounts/{account_id}/customers/{customer_id}`, as well as offering read only inherited members."],["The documentation lists multiple other versions of the `GetCustomerRequest` class, with version 2.14.0 being the latest version available."]]],[]]