public sealed class RetrieveAuthorizationCodeRequest : IMessage<RetrieveAuthorizationCodeRequest>, IEquatable<RetrieveAuthorizationCodeRequest>, IDeepCloneable<RetrieveAuthorizationCodeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Domains v1 API class RetrieveAuthorizationCodeRequest.
[[["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 `RetrieveAuthorizationCodeRequest` class within the Cloud Domains v1 API, specifically version 2.3.0."],["The `RetrieveAuthorizationCodeRequest` class is a request type used for the `RetrieveAuthorizationCode` method and implements multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["It contains two constructors, `RetrieveAuthorizationCodeRequest()` and `RetrieveAuthorizationCodeRequest(RetrieveAuthorizationCodeRequest other)`, to instantiate the class with or without existing data."],["The class includes properties such as `Registration` which is a string, and `RegistrationAsRegistrationName` which provides a typed view of the registration resource name for retrieving the authorization code."],["This documentation outlines the inheritance, namespace, and assembly information, alongside details of the class's constructors and properties and their parameter or value descriptions."]]],[]]