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."],[[["The page provides documentation for the `GetCustomerRequest` class within the Google Cloud Channel v1 API, detailing its usage and properties."],["The latest version of the API documented is 2.14.0, with a comprehensive list of previous versions ranging down to 1.0.0, all with links for further reference."],["`GetCustomerRequest` is used for retrieving customer information from the Cloud Channel Service and it Implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetCustomerRequest` class includes properties such as `CustomerName` and `Name`, which are used to specify the customer resource to be retrieved."],["There are two constructors for the GetCustomerRequest class, a default one and one that takes another GetCustomerRequest class as a parameter."]]],[]]