public sealed class GetPartnerRequest : IMessage<GetPartnerRequest>, IEquatable<GetPartnerRequest>, IDeepCloneable<GetPartnerRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Controls Partner v1 API class GetPartnerRequest.
[[["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 `GetPartnerRequest` class within the Cloud Controls Partner v1 API, specifically for the .NET environment."],["`GetPartnerRequest` is a message class used for requesting a specific partner, and it inherits from the base `object` class while implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class offers two constructors: a default one, and one that copies the values from another `GetPartnerRequest` instance."],["`GetPartnerRequest` contains properties such as `Name` (a string representing the partner's resource name) and `PartnerName` (a typed view of the resource name)."],["The latest version of this class is 1.1.0, and there is a previous version, 1.0.0-beta02, also documented."]]],[]]