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 provides documentation for the `GetCustomerRequest` class within the `Google.Cloud.Channel.V1` namespace, used for retrieving customer information via the Cloud Channel Service."],["The `GetCustomerRequest` class is available in multiple versions, ranging from the latest version 2.14.0 down to 1.0.0, with links to their respective documentation pages."],["The class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `GetCustomerRequest` class has two properties: `CustomerName`, which is a `CustomerName`-typed view, and `Name`, a string that contains the resource name of the customer in the format \"accounts/{account_id}/customers/{customer_id}\"."],["The GetCustomerRequest class contains 2 constructors, one public and one with an optional parameter of itself."]]],[]]