public sealed class GetCustomerRequest : IMessage<GetCustomerRequest>, IEquatable<GetCustomerRequest>, IDeepCloneable<GetCustomerRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Controls Partner v1 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."],[[["The `GetCustomerRequest` class is part of the Cloud Controls Partner v1 API and is used to request information about a specific customer."],["It is a public sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`GetCustomerRequest` objects can be constructed either without parameters or by providing another `GetCustomerRequest` object as a template."],["It has two properties, `CustomerName` and `Name`, where the latter is a required string representing the resource name in the format `organizations/{organization}/locations/{location}/customers/{customer}`."],["The class inherits from `object`, and it's defined in the `Google.Cloud.CloudControlsPartner.V1` namespace within the `Google.Cloud.CloudControlsPartner.V1.dll` assembly."]]],[]]