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, which is used to request customer information from the Cloud Channel Service."],["The latest version of `GetCustomerRequest` is 2.14.0, but the page provides documentation for versions ranging from 1.0.0 to 2.14.0, accessible via their respective links."],["`GetCustomerRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `CustomerName` and `Name` to specify the customer to be retrieved, and includes constructors to create instances of it."],["The `Name` property is a required string that uses the format `accounts/{account_id}/customers/{customer_id}` to identify the customer resource to retrieve."]]],[]]