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 documentation is for the `GetPartnerRequest` class within the Cloud Controls Partner v1 API, specifically for version 1.0.0-beta02, but also referencing version 1.1.0 which is the latest."],["The `GetPartnerRequest` class is used to retrieve information about a partner, as indicated by its description, \"Message for getting a Partner\"."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its capabilities in handling and managing messages."],["The `GetPartnerRequest` class has properties such as `Name` (a string representing the partner's resource name, which is required), and `PartnerName` (a `PartnerName` type that provides a structured view of the `Name` property)."],["The `GetPartnerRequest` class has two constructors: a parameterless one, and one that takes another `GetPartnerRequest` object as a parameter."]]],[]]