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."],["The `GetCustomerRequest` class is used to request customer data from the CloudChannelService and has multiple versions available, with version 2.14.0 being the latest."],["The documentation details that `GetCustomerRequest` inherits from Object and implements IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The class includes properties `CustomerName`, which is a typed view of the resource name, and `Name`, a string representing the resource name of the customer to be retrieved, following the format: accounts/{account_id}/customers/{customer_id}."],["`GetCustomerRequest` has two constructors: one default and another that accepts another `GetCustomerRequest` object as a parameter."]]],[]]