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.2.0."],["The `RetrieveAuthorizationCodeRequest` class is a request type used for the `RetrieveAuthorizationCode` method and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has two constructors, a default one and another to create an instance from an existing `RetrieveAuthorizationCodeRequest`."],["The class contains two main properties: `Registration`, a string representing the resource name of the `Registration` for which the authorization code is requested, and `RegistrationAsRegistrationName`, which is a `RegistrationName`-typed view over the `Registration` property."],["The latest available version is 2.4.0, and versions 2.3.0, 2.1.0, 2.0.0, and 1.0.0 are also available."]]],[]]