public sealed class GetCustomerRequest : IMessage<GetCustomerRequest>, IEquatable<GetCustomerRequest>, IDeepCloneable<GetCustomerRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class GetCustomerRequest.
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."],[[["The page provides reference documentation for the `GetCustomerRequest` class within the Google Cloud Channel v1 API for .NET."],["Version 2.14.0 is the latest version available, with the content on the page pertaining to version 2.13.0, with numerous prior versions also linked."],["`GetCustomerRequest` is a message class used to retrieve customer information via the CloudChannelService.GetCustomer method."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class has two primary properties: `CustomerName` which is a typed view over the `Name` resource and `Name` which is the string-based name of the customer resource."]]],[]]