public sealed class GetCustomerRequest : IMessage<GetCustomerRequest>, IEquatable<GetCustomerRequest>, IDeepCloneable<GetCustomerRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Controls Partner v1beta API class GetCustomerRequest.
[[["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 document provides reference information for the `GetCustomerRequest` class within the Cloud Controls Partner v1beta API, specifically for version 1.0.0-beta02."],["The `GetCustomerRequest` class is designed to retrieve customer information and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes constructors for creating a new `GetCustomerRequest` instance and copying from an existing instance."],["The class features two key properties: `CustomerName`, a typed view for the customer's name, and `Name`, a string property representing the customer's resource name."],["The required format for `Name` property is : organizations/{organization}/locations/{location}/customers/{customer}."]]],[]]