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-03-21 UTC."],[[["This webpage provides reference documentation for the `GetCustomerRequest` class within the Google Cloud Channel v1 API for .NET."],["The `GetCustomerRequest` class is used as a request message for the `CloudChannelService.GetCustomer` method, allowing retrieval of customer data."],["The latest version of `GetCustomerRequest` documented is 2.14.0, and previous versions, starting from 1.0.0, are also accessible."],["The class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `GetCustomerRequest` include `CustomerName` (a typed view) and `Name` (a string resource name) which are required to identify the customer to retrieve."]]],[]]