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 documentation for the `GetCustomerRequest` class within the Cloud Controls Partner v1beta API, specifically for the .NET environment."],["`GetCustomerRequest` is a message type used to retrieve customer information, and it inherits from `object` while implementing interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `GetCustomerRequest` class has two constructors, one default and another that takes an existing `GetCustomerRequest` object as a parameter."],["It includes properties like `CustomerName` (of type `CustomerName`) and `Name` (of type `string`), where `Name` is a required field specifying the resource name with the format `organizations/{organization}/locations/{location}/customers/{customer}`."]]],[]]