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 within the `Google.Cloud.Channel.V1` namespace, which is used for requesting customer information via the Cloud Channel Service."],["The latest version available for this class is 2.14.0, with a full list of versions all the way back to version 1.0.0, each linked to their specific versioned documentation."],["`GetCustomerRequest` inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for data handling and manipulation."],["The class has two constructors: a default constructor and a copy constructor that accepts another `GetCustomerRequest` object as a parameter."],["It includes properties like `CustomerName` (a typed view) and `Name` (a string representing the resource name), which is a required parameter using a specific format `accounts/{account_id}/customers/{customer_id}`."]]],[]]